#37ECFC

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

Shades of Turquoise #37ECFC

Tints of Turquoise #37ECFC

Color information

#37ECFC (or 0x37ECFC) is unknown color: approx Turquoise. HEX triplet: 37, EC and FC. RGB value is (55,236,252). Sum of RGB (Red+Green+Blue) = 55+236+252=543 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.13% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #37ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECFC is #C81303. Grayscale: #B7B7B7. Windows color (decimal): -13112068 or 16575543. OLE color: 16575543.

HSL color Cylindrical-coordinate representation of color #37ECFC: hue angle of 184.87º 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 #37ECFC is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55236252-
CMYK0.780.0600.01
HSL184.87º97.04%60.2%-
HSV(B)184.87º78.17%98.82%-
XYZ49.1467.83102.6-
YUV183.7166.5336.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.13%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=10.13%
G=43.46%
B=46.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552362520.780.0600.01184.8797.0460.2
Hex37ECFC4E601b9613c
Octal6735437411660127114174
Binary1101111110110011111100100111011001101110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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