#37FCED

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

Shades of Turquoise #37FCED

Tints of Turquoise #37FCED

Color information

#37FCED (or 0x37FCED) is unknown color: approx Turquoise. HEX triplet: 37, FC and ED. RGB value is (55,252,237). Sum of RGB (Red+Green+Blue) = 55+252+237=544 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.11% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FCED is #C80312. Grayscale: #BFBFBF. Windows color (decimal): -13107987 or 15596599. OLE color: 15596599.

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

Color convert

RGB55252237-
CMYK0.7800.060.01
HSL175.43º97.04%60.2%-
HSV(B)175.43º78.17%98.82%-
XYZ51.6776.5592.17-
YUV191.39153.7330.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.11%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=10.11%
G=46.32%
B=43.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552522370.7800.060.01175.4397.0460.2
Hex37FCED4E061af613c
Octal6737435511606125714174
Binary1101111111110011101101100111001101101011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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