#37FCE8

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

Shades of Turquoise #37FCE8

Tints of Turquoise #37FCE8

Color information

#37FCE8 (or 0x37FCE8) is unknown color: approx Turquoise. HEX triplet: 37, FC and E8. RGB value is (55,252,232). Sum of RGB (Red+Green+Blue) = 55+252+232=539 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.20% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FCE8 is #C80317. Grayscale: #BEBEBE. Windows color (decimal): -13107992 or 15268919. OLE color: 15268919.

HSL color Cylindrical-coordinate representation of color #37FCE8: hue angle of 173.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCE8 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB55252232-
CMYK0.7800.080.01
HSL173.91º97.04%60.2%-
HSV(B)173.91º78.17%98.82%-
XYZ50.9576.2688.38-
YUV190.82151.2331.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.20%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=10.20%
G=46.75%
B=43.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552522320.7800.080.01173.9197.0460.2
Hex37FCE84E081ae613c
Octal67374350116010125614174
Binary11011111111100111010001001110010001101011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,252,232); }

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

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

 a { background-color: rgb(55,252,232); }

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

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

 span { border-color: rgb(55,252,232); }

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