#37C8B8

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

Shades of Medium Turquoise #37C8B8

Tints of Medium Turquoise #37C8B8

Color information

#37C8B8 (or 0x37C8B8) is unknown color: approx Medium Turquoise. HEX triplet: 37, C8 and B8. RGB value is (55,200,184). Sum of RGB (Red+Green+Blue) = 55+200+184=439 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.53% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C8B8 is #C83747. Grayscale: #9A9A9A. Windows color (decimal): -13121352 or 12109879. OLE color: 12109879.

HSL color Cylindrical-coordinate representation of color #37C8B8: hue angle of 173.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8B8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB55200184-
CMYK0.7200.080.22
HSL173.38º56.86%50%-
HSV(B)173.38º72.5%78.43%-
XYZ30.8845.5852.52-
YUV154.82144.4656.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.53%
GREEN value IS 200 (78.52% from 255) = 45.56%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=12.53%
G=45.56%
B=41.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal552001840.7200.080.22173.3856.8650
Hex37C8B8480816ad3932
Octal67310270110010262557162
Binary11011111001000101110001001000010001011010101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,200,184); }

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

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

 a { background-color: rgb(55,200,184); }

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

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

 span { border-color: rgb(55,200,184); }

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