#37E0CE

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

Shades of Turquoise #37E0CE

Tints of Turquoise #37E0CE

Color information

#37E0CE (or 0x37E0CE) is unknown color: approx Turquoise. HEX triplet: 37, E0 and CE. RGB value is (55,224,206). Sum of RGB (Red+Green+Blue) = 55+224+206=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0CE is #C81F31. Grayscale: #ABABAB. Windows color (decimal): -13115186 or 13557815. OLE color: 13557815.

HSL color Cylindrical-coordinate representation of color #37E0CE: hue angle of 173.61º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37E0CE is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB55224206-
CMYK0.7500.080.12
HSL173.61º73.16%54.71%-
HSV(B)173.61º75.45%87.84%-
XYZ39.3758.5867.62-
YUV171.42147.5144.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.34%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=11.34%
G=46.19%
B=42.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552242060.7500.080.12173.6173.1654.71
Hex37E0CE4B08Cae4937
Octal673403161130101425611167
Binary11011111100000110011101001011010001100101011101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,224,206); }

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

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

 a { background-color: rgb(55,224,206); }

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

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

 span { border-color: rgb(55,224,206); }

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