Html Css Color HEX #66ECDB Turquoise Blue

📋 copy color: '#66ECDB'

red 102 ◦ green 236 ◦ blue 219

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

Shades of Turquoise Blue #66ECDB

Tints of Turquoise Blue #66ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.37%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 18.31%
G = 42.37%
B = 39.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#66ECDB (or 0x66ECDB) is known color: Turquoise Blue. HEX triplet: 66, EC and DB. RGB value is (102,236,219). Sum of RGB (Red+Green+Blue) = 102+236+219=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECDB is #991324. Grayscale: #C1C1C1. Windows color (decimal): -10031909 or 14412902. OLE color: 14412902.

HSL color Cylindrical-coordinate representation of color #66ECDB: hue angle of 172.39º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECDB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 219 -
CMYK 0.57 0 0.07 0.07
HSL 172.39º 0.78% 0.66% -
HSV(B) 172.39º 0.57% 0.93% -
XYZ 48.26 67.93 77.59 -
YUV 194 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 102 236 219 0.57 0 0.07 0.07 172.39 0.78 0.66
Hex 66 EC DB 39 0 7 7 AC 4E 42
Octal 146 354 333 71 0 7 7 254 116 102
Binary 1100110 11101100 11011011 111001 0 111 111 10101100 1001110 1000010

Color Harmonies of #66ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECDB

Black with #66ECDB

Text Example


Text Example

White with #66ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,236,219); }

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

background-color css

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

 a { background-color: rgb(102,236,219); }

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

border-color css

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

 span { border-color: rgb(102,236,219); }

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