#37EDFC

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

Shades of Turquoise #37EDFC

Tints of Turquoise #37EDFC

Color information

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

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

Color convert

RGB55237252-
CMYK0.780.0600.01
HSL184.57º97.04%60.2%-
HSV(B)184.57º78.17%98.82%-
XYZ49.4368.41102.69-
YUV184.29166.235.78-

RGB Variations

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

RGB

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

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
Decimal552372520.780.0600.01184.5797.0460.2
Hex37EDFC4E601b9613c
Octal6735537411660127114174
Binary1101111110110111111100100111011001101110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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