#37F0EF

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

Shades of Turquoise #37F0EF

Tints of Turquoise #37F0EF

Color information

#37F0EF (or 0x37F0EF) is unknown color: approx Turquoise. HEX triplet: 37, F0 and EF. RGB value is (55,240,239). Sum of RGB (Red+Green+Blue) = 55+240+239=534 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.30% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #37F0EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F0EF is #C80F10. Grayscale: #B8B8B8. Windows color (decimal): -13111057 or 15724599. OLE color: 15724599.

HSL color Cylindrical-coordinate representation of color #37F0EF: hue angle of 179.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F0EF is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB55240239-
CMYK0.7700.000.06
HSL179.68º86.05%57.84%-
HSV(B)179.68º77.08%94.12%-
XYZ48.3269.3692.5-
YUV184.57158.7135.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.30%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=10.30%
G=44.94%
B=44.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal552402390.7700.000.06179.6886.0557.84
Hex37F0EF4D006b4563a
Octal6736035711500626412672
Binary1101111111000011101111100110100110101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,240,239); }

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

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

 a { background-color: rgb(55,240,239); }

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

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

 span { border-color: rgb(55,240,239); }

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