#37EDFA

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

Shades of Turquoise #37EDFA

Tints of Turquoise #37EDFA

Color information

#37EDFA (or 0x37EDFA) is unknown color: approx Turquoise. HEX triplet: 37, ED and FA. RGB value is (55,237,250). Sum of RGB (Red+Green+Blue) = 55+237+250=542 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.15% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #37EDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDFA is #C81205. Grayscale: #B7B7B7. Windows color (decimal): -13111814 or 16444727. OLE color: 16444727.

HSL color Cylindrical-coordinate representation of color #37EDFA: hue angle of 184º degrees, saturation: 0.95, 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 #37EDFA is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB55237250-
CMYK0.780.0500.02
HSL184º95.12%59.8%-
HSV(B)184º78%98.04%-
XYZ49.1268.28101.03-
YUV184.06165.235.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.15%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=10.15%
G=43.73%
B=46.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552372500.780.0500.0218495.1259.8
Hex37EDFA4E502b85f3c
Octal6735537211650227013774
Binary11011111101101111110101001110101010101110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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