#37E0F2

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

Shades of Turquoise #37E0F2

Tints of Turquoise #37E0F2

Color information

#37E0F2 (or 0x37E0F2) is unknown color: approx Turquoise. HEX triplet: 37, E0 and F2. RGB value is (55,224,242). Sum of RGB (Red+Green+Blue) = 55+224+242=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #37E0F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E0F2 is #C81F0D. Grayscale: #AFAFAF. Windows color (decimal): -13115150 or 15917111. OLE color: 15917111.

HSL color Cylindrical-coordinate representation of color #37E0F2: hue angle of 185.78º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37E0F2 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB55224242-
CMYK0.770.0700.05
HSL185.78º87.79%58.24%-
HSV(B)185.78º77.27%94.9%-
XYZ44.2660.5393.36-
YUV175.52165.5142.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.56%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=10.56%
G=42.99%
B=46.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal552242420.770.0700.05185.7887.7958.24
Hex37E0F24D705ba583a
Octal6734036211570527213072
Binary110111111000001111001010011011110101101110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,224,242); }

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

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

 a { background-color: rgb(55,224,242); }

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

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

 span { border-color: rgb(55,224,242); }

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