Html Css Color HEX #68DFDA Turquoise Blue

📋 copy color: '#68DFDA'

red 104 ◦ green 223 ◦ blue 218

#68DFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #68DFDA

Tints of Turquoise Blue #68DFDA

RGB

 RED value IS 104 (41.02% from 255) = 19.08%

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 19.08%
G = 40.92%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68DFDA (or 0x68DFDA) is known color: Turquoise Blue. HEX triplet: 68, DF and DA. RGB value is (104,223,218). Sum of RGB (Red+Green+Blue) = 104+223+218=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFDA is #972025. Grayscale: #BABABA. Windows color (decimal): -9904166 or 14344040. OLE color: 14344040.

HSL color Cylindrical-coordinate representation of color #68DFDA: hue angle of 177.48º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFDA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 218 -
CMYK 0.53 0 0.02 0.13
HSL 177.48º 0.65% 0.64% -
HSV(B) 177.48º 0.53% 0.87% -
XYZ 44.75 60.78 75.7 -
YUV 186.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 104 223 218 0.53 0 0.02 0.13 177.48 0.65 0.64
Hex 68 DF DA 35 0 2 D B1 41 40
Octal 150 337 332 65 0 2 15 261 101 100
Binary 1101000 11011111 11011010 110101 0 10 1101 10110001 1000001 1000000

Color Harmonies of #68DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFDA

Black with #68DFDA

Text Example


Text Example

White with #68DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DFDA; }

 p { color: rgb(104,223,218); }

 H1.HeaderClassName
 {
   color: #68DFDA;
 }
 .AnyTagClassName
 {
   color: #68DFDA;
 }
</style>

background-color css

<style>
 a { background-color: #68DFDA; }

 a { background-color: rgb(104,223,218); }

 div.DivClassName
 {
   background-color: #68DFDA;
 }
 .BgClassName
 {
   background-color: #68DFDA;
 }
</style>

border-color css

<style>
 span { border-color: #68DFDA; }

 span { border-color: rgb(104,223,218); }

 td.TdClassName
 {
   border-color: #68DFDA;
 }
 .TagClassName
 {
   border-color: #68DFDA;
 }
</style>