Html Css Color HEX #66D9E0 Turquoise Blue

📋 copy color: '#66D9E0'

red 102 ◦ green 217 ◦ blue 224

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

Shades of Turquoise Blue #66D9E0

Tints of Turquoise Blue #66D9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 224 (87.89% from 255) = 41.25%

R = 18.78%
G = 39.96%
B = 41.25%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66D9E0 (or 0x66D9E0) is known color: Turquoise Blue. HEX triplet: 66, D9 and E0. RGB value is (102,217,224). Sum of RGB (Red+Green+Blue) = 102+217+224=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #66D9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9E0 is #99261F. Grayscale: #B7B7B7. Windows color (decimal): -10036768 or 14735718. OLE color: 14735718.

HSL color Cylindrical-coordinate representation of color #66D9E0: hue angle of 183.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D9E0 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 217 224 -
CMYK 0.54 0.03 0 0.12
HSL 183.44º 0.66% 0.64% -
HSV(B) 183.44º 0.54% 0.88% -
XYZ 43.75 57.83 79.38 -
YUV 183.41 150.9 69.93 -
System Red Green Blue C M Y K H S L
Decimal 102 217 224 0.54 0.03 0 0.12 183.44 0.66 0.64
Hex 66 D9 E0 36 3 0 C B7 42 40
Octal 146 331 340 66 3 0 14 267 102 100
Binary 1100110 11011001 11100000 110110 11 0 1100 10110111 1000010 1000000

Color Harmonies of #66D9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D9E0

Black with #66D9E0

Text Example


Text Example

White with #66D9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,217,224); }

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

background-color css

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

 a { background-color: rgb(102,217,224); }

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

border-color css

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

 span { border-color: rgb(102,217,224); }

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