Html Css Color HEX #66CBDD Turquoise Blue

📋 copy color: '#66CBDD'

red 102 ◦ green 203 ◦ blue 221

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

Shades of Turquoise Blue #66CBDD

Tints of Turquoise Blue #66CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.59%

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

R = 19.39%
G = 38.59%
B = 42.02%

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

#66CBDD (or 0x66CBDD) is known color: Turquoise Blue. HEX triplet: 66, CB and DD. RGB value is (102,203,221). Sum of RGB (Red+Green+Blue) = 102+203+221=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #66CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBDD is #993422. Grayscale: #AEAEAE. Windows color (decimal): -10040355 or 14535526. OLE color: 14535526.

HSL color Cylindrical-coordinate representation of color #66CBDD: hue angle of 189.08º 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 #66CBDD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 203 221 -
CMYK 0.54 0.08 0 0.13
HSL 189.08º 0.64% 0.63% -
HSV(B) 189.08º 0.54% 0.87% -
XYZ 39.89 50.76 76.1 -
YUV 174.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 102 203 221 0.54 0.08 0 0.13 189.08 0.64 0.63
Hex 66 CB DD 36 8 0 D BD 40 3F
Octal 146 313 335 66 10 0 15 275 100 77
Binary 1100110 11001011 11011101 110110 1000 0 1101 10111101 1000000 111111

Color Harmonies of #66CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBDD

Black with #66CBDD

Text Example


Text Example

White with #66CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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