Html Css Color HEX #66DEDC Turquoise Blue

📋 copy color: '#66DEDC'

red 102 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #66DEDC

Tints of Turquoise Blue #66DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

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

R = 18.75%
G = 40.81%
B = 40.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#66DEDC (or 0x66DEDC) is known color: Turquoise Blue. HEX triplet: 66, DE and DC. RGB value is (102,222,220). Sum of RGB (Red+Green+Blue) = 102+222+220=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEDC is #992123. Grayscale: #B9B9B9. Windows color (decimal): -10035492 or 14474854. OLE color: 14474854.

HSL color Cylindrical-coordinate representation of color #66DEDC: hue angle of 179º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEDC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 222 220 -
CMYK 0.54 0 0.01 0.13
HSL 179º 0.65% 0.64% -
HSV(B) 179º 0.54% 0.87% -
XYZ 44.52 60.23 76.99 -
YUV 185.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 102 222 220 0.54 0 0.01 0.13 179 0.65 0.64
Hex 66 DE DC 36 0 1 D B3 41 40
Octal 146 336 334 66 0 1 15 263 101 100
Binary 1100110 11011110 11011100 110110 0 1 1101 10110011 1000001 1000000

Color Harmonies of #66DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEDC

Black with #66DEDC

Text Example


Text Example

White with #66DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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