#37F7EA

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

Shades of Turquoise #37F7EA

Tints of Turquoise #37F7EA

Color information

#37F7EA (or 0x37F7EA) is unknown color: approx Turquoise. HEX triplet: 37, F7 and EA. RGB value is (55,247,234). Sum of RGB (Red+Green+Blue) = 55+247+234=536 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.26% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #37F7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F7EA is #C80815. Grayscale: #BBBBBB. Windows color (decimal): -13109270 or 15398711. OLE color: 15398711.

HSL color Cylindrical-coordinate representation of color #37F7EA: hue angle of 175.94º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F7EA is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB55247234-
CMYK0.7800.050.03
HSL175.94º92.31%59.22%-
HSV(B)175.94º77.73%96.86%-
XYZ49.6973.2789.37-
YUV188.11153.8933.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.26%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=10.26%
G=46.08%
B=43.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal552472340.7800.050.03175.9492.3159.22
Hex37F7EA4E053b05c3b
Octal6736735211605326013473
Binary11011111110111111010101001110010111101100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,247,234); }

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

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

 a { background-color: rgb(55,247,234); }

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

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

 span { border-color: rgb(55,247,234); }

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