Html Css Color HEX #66CCD6 Turquoise Blue

📋 copy color: '#66CCD6'

red 102 ◦ green 204 ◦ blue 214

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

Shades of Turquoise Blue #66CCD6

Tints of Turquoise Blue #66CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 19.62%
G = 39.23%
B = 41.15%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#66CCD6 (or 0x66CCD6) is known color: Turquoise Blue. HEX triplet: 66, CC and D6. RGB value is (102,204,214). Sum of RGB (Red+Green+Blue) = 102+204+214=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #66CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCD6 is #993329. Grayscale: #AEAEAE. Windows color (decimal): -10040106 or 14077030. OLE color: 14077030.

HSL color Cylindrical-coordinate representation of color #66CCD6: hue angle of 185.36º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66CCD6 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 204 214 -
CMYK 0.52 0.05 0 0.16
HSL 185.36º 0.58% 0.62% -
HSV(B) 185.36º 0.52% 0.84% -
XYZ 39.21 50.87 71.37 -
YUV 174.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 102 204 214 0.52 0.05 0 0.16 185.36 0.58 0.62
Hex 66 CC D6 34 5 0 10 B9 3A 3E
Octal 146 314 326 64 5 0 20 271 72 76
Binary 1100110 11001100 11010110 110100 101 0 10000 10111001 111010 111110

Color Harmonies of #66CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCD6

Black with #66CCD6

Text Example


Text Example

White with #66CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,204,214); }

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

background-color css

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

 a { background-color: rgb(102,204,214); }

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

border-color css

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

 span { border-color: rgb(102,204,214); }

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