#36CDBE

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

Shades of Medium Turquoise #36CDBE

Tints of Medium Turquoise #36CDBE

Color information

#36CDBE (or 0x36CDBE) is unknown color: approx Medium Turquoise. HEX triplet: 36, CD and BE. RGB value is (54,205,190). Sum of RGB (Red+Green+Blue) = 54+205+190=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDBE is #C93241. Grayscale: #9E9E9E. Windows color (decimal): -13185602 or 12504374. OLE color: 12504374.

HSL color Cylindrical-coordinate representation of color #36CDBE: hue angle of 174.04º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CDBE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB54205190-
CMYK0.7400.070.20
HSL174.04º60.16%50.78%-
HSV(B)174.04º73.66%80.39%-
XYZ32.6548.1656.29-
YUV158.14145.9753.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.03%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=12.03%
G=45.66%
B=42.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal542051900.7400.070.20174.0460.1650.78
Hex36CDBE4A0714ae3c33
Octal6631527611207242567463
Binary1101101100110110111110100101001111010010101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,205,190); }

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

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

 a { background-color: rgb(54,205,190); }

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

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

 span { border-color: rgb(54,205,190); }

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