#37F5F3

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

Shades of Turquoise #37F5F3

Tints of Turquoise #37F5F3

Color information

#37F5F3 (or 0x37F5F3) is unknown color: approx Turquoise. HEX triplet: 37, F5 and F3. RGB value is (55,245,243). Sum of RGB (Red+Green+Blue) = 55+245+243=543 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.13% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F5F3 is #C80A0C. Grayscale: #BBBBBB. Windows color (decimal): -13109773 or 15988023. OLE color: 15988023.

HSL color Cylindrical-coordinate representation of color #37F5F3: hue angle of 179.37º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5F3 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB55245243-
CMYK0.7800.010.04
HSL179.37º90.48%58.82%-
HSV(B)179.37º77.55%96.08%-
XYZ50.4172.5996.15-
YUV187.96159.0533.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.13%
GREEN value IS 245 (96.09% from 255) = 45.12%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=10.13%
G=45.12%
B=44.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552452430.7800.010.04179.3790.4858.82
Hex37F5F34E014b35a3b
Octal6736536311601426313273
Binary1101111111010111110011100111001100101100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,245,243); }

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

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

 a { background-color: rgb(55,245,243); }

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

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

 span { border-color: rgb(55,245,243); }

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