#37FBE5

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

Shades of Turquoise #37FBE5

Tints of Turquoise #37FBE5

Color information

#37FBE5 (or 0x37FBE5) is unknown color: approx Turquoise. HEX triplet: 37, FB and E5. RGB value is (55,251,229). Sum of RGB (Red+Green+Blue) = 55+251+229=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBE5 is #C8041A. Grayscale: #BDBDBD. Windows color (decimal): -13108251 or 15072055. OLE color: 15072055.

HSL color Cylindrical-coordinate representation of color #37FBE5: hue angle of 173.27º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FBE5 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB55251229-
CMYK0.7800.090.02
HSL173.27º96.08%60%-
HSV(B)173.27º78.09%98.43%-
XYZ50.2275.4686.05-
YUV189.89150.0731.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.28%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=10.28%
G=46.92%
B=42.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552512290.7800.090.02173.2796.0860
Hex37FBE54E092ad603c
Octal67373345116011225514074
Binary110111111110111110010110011100100110101011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,251,229); }

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

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

 a { background-color: rgb(55,251,229); }

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

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

 span { border-color: rgb(55,251,229); }

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