Html Css Color HEX #66CFDD Turquoise Blue

📋 copy color: '#66CFDD'

red 102 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #66CFDD

Tints of Turquoise Blue #66CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

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

R = 19.25%
G = 39.06%
B = 41.7%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66CFDD (or 0x66CFDD) is known color: Turquoise Blue. HEX triplet: 66, CF and DD. RGB value is (102,207,221). Sum of RGB (Red+Green+Blue) = 102+207+221=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #66CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFDD is #993022. Grayscale: #B1B1B1. Windows color (decimal): -10039331 or 14536550. OLE color: 14536550.

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

Color convert

RGB 102 207 221 -
CMYK 0.54 0.06 0 0.13
HSL 187.06º 0.64% 0.63% -
HSV(B) 187.06º 0.54% 0.87% -
XYZ 40.84 52.67 76.42 -
YUV 177.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 102 207 221 0.54 0.06 0 0.13 187.06 0.64 0.63
Hex 66 CF DD 36 6 0 D BB 40 3F
Octal 146 317 335 66 6 0 15 273 100 77
Binary 1100110 11001111 11011101 110110 110 0 1101 10111011 1000000 111111

Color Harmonies of #66CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFDD

Black with #66CFDD

Text Example


Text Example

White with #66CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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