#37C0CB

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

Shades of Medium Turquoise #37C0CB

Tints of Medium Turquoise #37C0CB

Color information

#37C0CB (or 0x37C0CB) is unknown color: approx Medium Turquoise. HEX triplet: 37, C0 and CB. RGB value is (55,192,203). Sum of RGB (Red+Green+Blue) = 55+192+203=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #37C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C0CB is #C83F34. Grayscale: #989898. Windows color (decimal): -13123381 or 13353015. OLE color: 13353015.

HSL color Cylindrical-coordinate representation of color #37C0CB: hue angle of 184.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C0CB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55192203-
CMYK0.730.0500.20
HSL184.46º58.73%50.59%-
HSV(B)184.46º72.91%79.61%-
XYZ31.242.8263.12-
YUV152.29156.6158.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.22%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=12.22%
G=42.67%
B=45.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551922030.730.0500.20184.4658.7350.59
Hex37C0CB495014b83b33
Octal6730031311150242707363
Binary1101111100000011001011100100110101010010111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,192,203); }

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

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

 a { background-color: rgb(55,192,203); }

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

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

 span { border-color: rgb(55,192,203); }

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