Html Css Color HEX #66DCEF Turquoise Blue

📋 copy color: '#66DCEF'

red 102 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #66DCEF

Tints of Turquoise Blue #66DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 18.18%
G = 39.22%
B = 42.6%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66DCEF (or 0x66DCEF) is known color: Turquoise Blue. HEX triplet: 66, DC and EF. RGB value is (102,220,239). Sum of RGB (Red+Green+Blue) = 102+220+239=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #66DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCEF is #992310. Grayscale: #BABABA. Windows color (decimal): -10035985 or 15719526. OLE color: 15719526.

HSL color Cylindrical-coordinate representation of color #66DCEF: hue angle of 188.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DCEF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 220 239 -
CMYK 0.57 0.08 0 0.06
HSL 188.32º 0.81% 0.67% -
HSV(B) 188.32º 0.57% 0.94% -
XYZ 46.65 60.24 90.83 -
YUV 186.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 102 220 239 0.57 0.08 0 0.06 188.32 0.81 0.67
Hex 66 DC EF 39 8 0 6 BC 51 43
Octal 146 334 357 71 10 0 6 274 121 103
Binary 1100110 11011100 11101111 111001 1000 0 110 10111100 1010001 1000011

Color Harmonies of #66DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCEF

Black with #66DCEF

Text Example


Text Example

White with #66DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,220,239); }

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

background-color css

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

 a { background-color: rgb(102,220,239); }

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

border-color css

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

 span { border-color: rgb(102,220,239); }

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