Html Css Color HEX #66CFDA Turquoise Blue

📋 copy color: '#66CFDA'

red 102 ◦ green 207 ◦ blue 218

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

Shades of Turquoise Blue #66CFDA

Tints of Turquoise Blue #66CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 19.35%
G = 39.28%
B = 41.37%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66CFDA (or 0x66CFDA) is known color: Turquoise Blue. HEX triplet: 66, CF and DA. RGB value is (102,207,218). Sum of RGB (Red+Green+Blue) = 102+207+218=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #66CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFDA is #993025. Grayscale: #B0B0B0. Windows color (decimal): -10039334 or 14339942. OLE color: 14339942.

HSL color Cylindrical-coordinate representation of color #66CFDA: hue angle of 185.69º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CFDA is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 207 218 -
CMYK 0.53 0.05 0 0.15
HSL 185.69º 0.61% 0.63% -
HSV(B) 185.69º 0.53% 0.85% -
XYZ 40.45 52.51 74.33 -
YUV 176.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 102 207 218 0.53 0.05 0 0.15 185.69 0.61 0.63
Hex 66 CF DA 35 5 0 F BA 3D 3F
Octal 146 317 332 65 5 0 17 272 75 77
Binary 1100110 11001111 11011010 110101 101 0 1111 10111010 111101 111111

Color Harmonies of #66CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFDA

Black with #66CFDA

Text Example


Text Example

White with #66CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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