#36C7BA

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

Shades of Medium Turquoise #36C7BA

Tints of Medium Turquoise #36C7BA

Color information

#36C7BA (or 0x36C7BA) is unknown color: approx Medium Turquoise. HEX triplet: 36, C7 and BA. RGB value is (54,199,186). Sum of RGB (Red+Green+Blue) = 54+199+186=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #36C7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C7BA is #C93845. Grayscale: #9A9A9A. Windows color (decimal): -13187142 or 12240694. OLE color: 12240694.

HSL color Cylindrical-coordinate representation of color #36C7BA: hue angle of 174.62º 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 #36C7BA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB54199186-
CMYK0.7300.070.22
HSL174.62º57.31%49.61%-
HSV(B)174.62º72.86%78.04%-
XYZ30.8145.1853.55-
YUV154.16145.9656.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.30%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=12.30%
G=45.33%
B=42.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541991860.7300.070.22174.6257.3149.61
Hex36C7BA490716af3932
Octal6630727211107262577162
Binary1101101100011110111010100100101111011010101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36C7BA; }

 p { color: rgb(54,199,186); }

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

<style>
 a { background-color: #36C7BA; }

 a { background-color: rgb(54,199,186); }

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

<style>
 span { border-color: #36C7BA; }

 span { border-color: rgb(54,199,186); }

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