Html Css Color HEX #66E1EE Turquoise Blue

📋 copy color: '#66E1EE'

red 102 ◦ green 225 ◦ blue 238

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

Shades of Turquoise Blue #66E1EE

Tints of Turquoise Blue #66E1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.82%

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 18.05%
G = 39.82%
B = 42.12%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66E1EE (or 0x66E1EE) is known color: Turquoise Blue. HEX triplet: 66, E1 and EE. RGB value is (102,225,238). Sum of RGB (Red+Green+Blue) = 102+225+238=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #66E1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E1EE is #991E11. Grayscale: #BDBDBD. Windows color (decimal): -10034706 or 15655270. OLE color: 15655270.

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

Color convert

RGB 102 225 238 -
CMYK 0.57 0.05 0 0.07
HSL 185.74º 0.8% 0.67% -
HSV(B) 185.74º 0.57% 0.93% -
XYZ 47.84 62.85 90.5 -
YUV 189.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 102 225 238 0.57 0.05 0 0.07 185.74 0.8 0.67
Hex 66 E1 EE 39 5 0 7 BA 50 43
Octal 146 341 356 71 5 0 7 272 120 103
Binary 1100110 11100001 11101110 111001 101 0 111 10111010 1010000 1000011

Color Harmonies of #66E1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E1EE

Black with #66E1EE

Text Example


Text Example

White with #66E1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,225,238); }

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

background-color css

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

 a { background-color: rgb(102,225,238); }

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

border-color css

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

 span { border-color: rgb(102,225,238); }

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