#36C2BB

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

Shades of Medium Turquoise #36C2BB

Tints of Medium Turquoise #36C2BB

Color information

#36C2BB (or 0x36C2BB) is unknown color: approx Medium Turquoise. HEX triplet: 36, C2 and BB. RGB value is (54,194,187). Sum of RGB (Red+Green+Blue) = 54+194+187=435 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.41% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2BB is #C93D44. Grayscale: #979797. Windows color (decimal): -13188421 or 12304950. OLE color: 12304950.

HSL color Cylindrical-coordinate representation of color #36C2BB: hue angle of 177º degrees, saturation: 0.56, 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 #36C2BB is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB54194187-
CMYK0.7200.040.24
HSL177º56.45%48.63%-
HSV(B)177º72.16%76.08%-
XYZ29.7842.9653.74-
YUV151.34148.1258.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.41%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=12.41%
G=44.60%
B=42.99%

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
Decimal541941870.7200.040.2417756.4548.63
Hex36C2BB480418b13831
Octal6630227311004302617061
Binary1101101100001010111011100100001001100010110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,194,187); }

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

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

 a { background-color: rgb(54,194,187); }

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

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

 span { border-color: rgb(54,194,187); }

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