#37E5FB

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

Shades of Turquoise #37E5FB

Tints of Turquoise #37E5FB

Color information

#37E5FB (or 0x37E5FB) is unknown color: approx Turquoise. HEX triplet: 37, E5 and FB. RGB value is (55,229,251). Sum of RGB (Red+Green+Blue) = 55+229+251=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #37E5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E5FB is #C81A04. Grayscale: #B3B3B3. Windows color (decimal): -13113861 or 16508215. OLE color: 16508215.

HSL color Cylindrical-coordinate representation of color #37E5FB: hue angle of 186.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E5FB is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB55229251-
CMYK0.780.0900.02
HSL186.73º96.08%60%-
HSV(B)186.73º78.09%98.43%-
XYZ47.0163.82101.11-
YUV179.48168.3539.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.28%
GREEN value IS 229 (89.84% from 255) = 42.80%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=10.28%
G=42.80%
B=46.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552292510.780.0900.02186.7396.0860
Hex37E5FB4E902bb603c
Octal67345373116110227314074
Binary110111111001011111101110011101001010101110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,229,251); }

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

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

 a { background-color: rgb(55,229,251); }

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

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

 span { border-color: rgb(55,229,251); }

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