Html Css Color HEX #66CCD2 Turquoise Blue

📋 copy color: '#66CCD2'

red 102 ◦ green 204 ◦ blue 210

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

Shades of Turquoise Blue #66CCD2

Tints of Turquoise Blue #66CCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 19.77%
G = 39.53%
B = 40.7%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#66CCD2 (or 0x66CCD2) is known color: Turquoise Blue. HEX triplet: 66, CC and D2. RGB value is (102,204,210). Sum of RGB (Red+Green+Blue) = 102+204+210=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #66CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCD2 is #99332D. Grayscale: #AEAEAE. Windows color (decimal): -10040110 or 13814886. OLE color: 13814886.

HSL color Cylindrical-coordinate representation of color #66CCD2: hue angle of 183.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CCD2 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 204 210 -
CMYK 0.51 0.03 0 0.18
HSL 183.33º 0.55% 0.61% -
HSV(B) 183.33º 0.51% 0.82% -
XYZ 38.71 50.66 68.71 -
YUV 174.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 102 204 210 0.51 0.03 0 0.18 183.33 0.55 0.61
Hex 66 CC D2 33 3 0 12 B7 37 3D
Octal 146 314 322 63 3 0 22 267 67 75
Binary 1100110 11001100 11010010 110011 11 0 10010 10110111 110111 111101

Color Harmonies of #66CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCD2

Black with #66CCD2

Text Example


Text Example

White with #66CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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