Html Css Color HEX #66EEDB Turquoise Blue

📋 copy color: '#66EEDB'

red 102 ◦ green 238 ◦ blue 219

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

Shades of Turquoise Blue #66EEDB

Tints of Turquoise Blue #66EEDB

RGB

 RED value IS 102 (40.23% from 255) = 18.25%

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 18.25%
G = 42.58%
B = 39.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#66EEDB (or 0x66EEDB) is known color: Turquoise Blue. HEX triplet: 66, EE and DB. RGB value is (102,238,219). Sum of RGB (Red+Green+Blue) = 102+238+219=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EEDB is #991124. Grayscale: #C3C3C3. Windows color (decimal): -10031397 or 14413414. OLE color: 14413414.

HSL color Cylindrical-coordinate representation of color #66EEDB: hue angle of 171.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EEDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 238 219 -
CMYK 0.57 0 0.08 0.07
HSL 171.62º 0.8% 0.67% -
HSV(B) 171.62º 0.57% 0.93% -
XYZ 48.84 69.09 77.78 -
YUV 195.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 102 238 219 0.57 0 0.08 0.07 171.62 0.8 0.67
Hex 66 EE DB 39 0 8 7 AC 50 43
Octal 146 356 333 71 0 10 7 254 120 103
Binary 1100110 11101110 11011011 111001 0 1000 111 10101100 1010000 1000011

Color Harmonies of #66EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEDB

Black with #66EEDB

Text Example


Text Example

White with #66EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66EEDB; }

 p { color: rgb(102,238,219); }

 H1.HeaderClassName
 {
   color: #66EEDB;
 }
 .AnyTagClassName
 {
   color: #66EEDB;
 }
</style>

background-color css

<style>
 a { background-color: #66EEDB; }

 a { background-color: rgb(102,238,219); }

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

border-color css

<style>
 span { border-color: #66EEDB; }

 span { border-color: rgb(102,238,219); }

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