#37FCB0

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

Shades of Turquoise #37FCB0

Tints of Turquoise #37FCB0

Color information

#37FCB0 (or 0x37FCB0) is unknown color: approx Turquoise. HEX triplet: 37, FC and B0. RGB value is (55,252,176). Sum of RGB (Red+Green+Blue) = 55+252+176=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37FCB0 is #C8034F. Grayscale: #B8B8B8. Windows color (decimal): -13108048 or 11598903. OLE color: 11598903.

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

Color convert

RGB55252176-
CMYK0.7800.300.01
HSL156.85º97.04%60.2%-
HSV(B)156.85º78.17%98.82%-
XYZ44.2273.5752.94-
YUV184.43123.2335.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.39%
GREEN value IS 252 (98.83% from 255) = 52.17%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=11.39%
G=52.17%
B=36.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552521760.7800.300.01156.8597.0460.2
Hex37FCB04E01E19d613c
Octal67374260116036123514174
Binary110111111111001011000010011100111101100111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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