Html Css Color HEX #66E5ED Turquoise Blue

📋 copy color: '#66E5ED'

red 102 ◦ green 229 ◦ blue 237

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

Shades of Turquoise Blue #66E5ED

Tints of Turquoise Blue #66E5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.32%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 17.96%
G = 40.32%
B = 41.73%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66E5ED (or 0x66E5ED) is known color: Turquoise Blue. HEX triplet: 66, E5 and ED. RGB value is (102,229,237). Sum of RGB (Red+Green+Blue) = 102+229+237=568 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.96% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #66E5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E5ED is #991A12. Grayscale: #BFBFBF. Windows color (decimal): -10033683 or 15590758. OLE color: 15590758.

HSL color Cylindrical-coordinate representation of color #66E5ED: hue angle of 183.56º degrees, saturation: 0.79, 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 #66E5ED is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 229 237 -
CMYK 0.57 0.03 0 0.07
HSL 183.56º 0.79% 0.66% -
HSV(B) 183.56º 0.57% 0.93% -
XYZ 48.78 64.98 90.09 -
YUV 191.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 102 229 237 0.57 0.03 0 0.07 183.56 0.79 0.66
Hex 66 E5 ED 39 3 0 7 B8 4F 42
Octal 146 345 355 71 3 0 7 270 117 102
Binary 1100110 11100101 11101101 111001 11 0 111 10111000 1001111 1000010

Color Harmonies of #66E5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E5ED

Black with #66E5ED

Text Example


Text Example

White with #66E5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,229,237); }

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

background-color css

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

 a { background-color: rgb(102,229,237); }

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

border-color css

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

 span { border-color: rgb(102,229,237); }

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