Html Css Color HEX #66E6DC Turquoise Blue

📋 copy color: '#66E6DC'

red 102 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #66E6DC

Tints of Turquoise Blue #66E6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 18.48%
G = 41.67%
B = 39.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#66E6DC (or 0x66E6DC) is known color: Turquoise Blue. HEX triplet: 66, E6 and DC. RGB value is (102,230,220). Sum of RGB (Red+Green+Blue) = 102+230+220=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6DC is #991923. Grayscale: #BEBEBE. Windows color (decimal): -10033444 or 14476902. OLE color: 14476902.

HSL color Cylindrical-coordinate representation of color #66E6DC: hue angle of 175.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6DC is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 230 220 -
CMYK 0.56 0 0.04 0.10
HSL 175.31º 0.72% 0.65% -
HSV(B) 175.31º 0.56% 0.9% -
XYZ 46.69 64.59 77.72 -
YUV 190.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 102 230 220 0.56 0 0.04 0.10 175.31 0.72 0.65
Hex 66 E6 DC 38 0 4 A AF 48 41
Octal 146 346 334 70 0 4 12 257 110 101
Binary 1100110 11100110 11011100 111000 0 100 1010 10101111 1001000 1000001

Color Harmonies of #66E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E6DC

Black with #66E6DC

Text Example


Text Example

White with #66E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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