#37E8FC

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

Shades of Turquoise #37E8FC

Tints of Turquoise #37E8FC

Color information

#37E8FC (or 0x37E8FC) is unknown color: approx Turquoise. HEX triplet: 37, E8 and FC. RGB value is (55,232,252). Sum of RGB (Red+Green+Blue) = 55+232+252=539 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.20% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #37E8FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8FC is #C81703. Grayscale: #B5B5B5. Windows color (decimal): -13113092 or 16574519. OLE color: 16574519.

HSL color Cylindrical-coordinate representation of color #37E8FC: hue angle of 186.09º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E8FC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55232252-
CMYK0.780.0800.01
HSL186.09º97.04%60.2%-
HSV(B)186.09º78.17%98.82%-
XYZ4865.55102.22-
YUV181.36167.8637.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.20%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=10.20%
G=43.04%
B=46.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552322520.780.0800.01186.0997.0460.2
Hex37E8FC4E801ba613c
Octal67350374116100127214174
Binary11011111101000111111001001110100001101110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,232,252); }

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

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

 a { background-color: rgb(55,232,252); }

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

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

 span { border-color: rgb(55,232,252); }

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