#36C3BC

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

Shades of Medium Turquoise #36C3BC

Tints of Medium Turquoise #36C3BC

Color information

#36C3BC (or 0x36C3BC) is unknown color: approx Medium Turquoise. HEX triplet: 36, C3 and BC. RGB value is (54,195,188). Sum of RGB (Red+Green+Blue) = 54+195+188=437 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.36% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #36C3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C3BC is #C93C43. Grayscale: #979797. Windows color (decimal): -13188164 or 12370742. OLE color: 12370742.

HSL color Cylindrical-coordinate representation of color #36C3BC: hue angle of 177.02º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C3BC is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB54195188-
CMYK0.7200.040.24
HSL177.02º56.63%48.82%-
HSV(B)177.02º72.31%76.47%-
XYZ30.1143.4554.38-
YUV152.04148.2958.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.36%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=12.36%
G=44.62%
B=43.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541951880.7200.040.24177.0256.6348.82
Hex36C3BC480418b13931
Octal6630327411004302617161
Binary1101101100001110111100100100001001100010110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,195,188); }

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

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

 a { background-color: rgb(54,195,188); }

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

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

 span { border-color: rgb(54,195,188); }

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