#37EBEE

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

Shades of Turquoise #37EBEE

Tints of Turquoise #37EBEE

Color information

#37EBEE (or 0x37EBEE) is unknown color: approx Turquoise. HEX triplet: 37, EB and EE. RGB value is (55,235,238). Sum of RGB (Red+Green+Blue) = 55+235+238=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #37EBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EBEE is #C81411. Grayscale: #B5B5B5. Windows color (decimal): -13112338 or 15657783. OLE color: 15657783.

HSL color Cylindrical-coordinate representation of color #37EBEE: hue angle of 180.98º 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 #37EBEE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB55235238-
CMYK0.770.0100.07
HSL180.98º84.33%57.45%-
HSV(B)180.98º76.89%93.33%-
XYZ46.7266.491.24-
YUV181.52159.8737.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.42%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=10.42%
G=44.51%
B=45.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552352380.770.0100.07180.9884.3357.45
Hex37EBEE4D107b55439
Octal6735335611510726512471
Binary1101111110101111101110100110110111101101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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