#37EAEE

Color #37EAEE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37EAEE

Tints of Turquoise #37EAEE

Color information

#37EAEE (or 0x37EAEE) is unknown color: approx Turquoise. HEX triplet: 37, EA and EE. RGB value is (55,234,238). Sum of RGB (Red+Green+Blue) = 55+234+238=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #37EAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EAEE is #C81511. Grayscale: #B4B4B4. Windows color (decimal): -13112594 or 15657527. OLE color: 15657527.

HSL color Cylindrical-coordinate representation of color #37EAEE: hue angle of 181.31º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EAEE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB55234238-
CMYK0.770.0200.07
HSL181.31º84.33%57.45%-
HSV(B)181.31º76.89%93.33%-
XYZ46.4365.8391.15-
YUV180.94160.238.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.44%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=10.44%
G=44.40%
B=45.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552342380.770.0200.07181.3184.3357.45
Hex37EAEE4D207b55439
Octal6735235611520726512471
Binary11011111101010111011101001101100111101101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37EAEE; }

 p { color: rgb(55,234,238); }

 H1.HeaderClassName
 {
   color: #37EAEE;
 }
 .AnyTagClassName
 {
   color: #37EAEE;
 }
</style>
background-color css

<style>
 a { background-color: #37EAEE; }

 a { background-color: rgb(55,234,238); }

 div.DivClassName
 {
   background-color: #37EAEE;
 }
 .BgClassName
 {
   background-color: #37EAEE;
 }
</style>
border-color css

<style>
 span { border-color: #37EAEE; }

 span { border-color: rgb(55,234,238); }

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