#37EDC3

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

Shades of Turquoise #37EDC3

Tints of Turquoise #37EDC3

Color information

#37EDC3 (or 0x37EDC3) is unknown color: approx Turquoise. HEX triplet: 37, ED and C3. RGB value is (55,237,195). Sum of RGB (Red+Green+Blue) = 55+237+195=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EDC3 is #C8123C. Grayscale: #B1B1B1. Windows color (decimal): -13111869 or 12840247. OLE color: 12840247.

HSL color Cylindrical-coordinate representation of color #37EDC3: hue angle of 166.15º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EDC3 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB55237195-
CMYK0.7700.180.07
HSL166.15º83.49%57.25%-
HSV(B)166.15º76.79%92.94%-
XYZ41.7165.3262.04-
YUV177.79137.740.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.29%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=11.29%
G=48.67%
B=40.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552371950.7700.180.07166.1583.4957.25
Hex37EDC34D0127a65339
Octal67355303115022724612371
Binary11011111101101110000111001101010010111101001101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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