Html Css Color HEX #66CCDD Turquoise Blue

📋 copy color: '#66CCDD'

red 102 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #66CCDD

Tints of Turquoise Blue #66CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 19.35%
G = 38.71%
B = 41.94%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66CCDD (or 0x66CCDD) is known color: Turquoise Blue. HEX triplet: 66, CC and DD. RGB value is (102,204,221). Sum of RGB (Red+Green+Blue) = 102+204+221=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #66CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCDD is #993322. Grayscale: #AFAFAF. Windows color (decimal): -10040099 or 14535782. OLE color: 14535782.

HSL color Cylindrical-coordinate representation of color #66CCDD: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CCDD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 204 221 -
CMYK 0.54 0.08 0 0.13
HSL 188.57º 0.64% 0.63% -
HSV(B) 188.57º 0.54% 0.87% -
XYZ 40.12 51.23 76.18 -
YUV 175.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 102 204 221 0.54 0.08 0 0.13 188.57 0.64 0.63
Hex 66 CC DD 36 8 0 D BD 40 3F
Octal 146 314 335 66 10 0 15 275 100 77
Binary 1100110 11001100 11011101 110110 1000 0 1101 10111101 1000000 111111

Color Harmonies of #66CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCDD

Black with #66CCDD

Text Example


Text Example

White with #66CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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