#36CDC1

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

Shades of Medium Turquoise #36CDC1

Tints of Medium Turquoise #36CDC1

Color information

#36CDC1 (or 0x36CDC1) is unknown color: approx Medium Turquoise. HEX triplet: 36, CD and C1. RGB value is (54,205,193). Sum of RGB (Red+Green+Blue) = 54+205+193=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC1 is #C9323E. Grayscale: #9E9E9E. Windows color (decimal): -13185599 or 12700982. OLE color: 12700982.

HSL color Cylindrical-coordinate representation of color #36CDC1: hue angle of 175.23º 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 #36CDC1 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB54205193-
CMYK0.7400.060.20
HSL175.23º60.16%50.78%-
HSV(B)175.23º73.66%80.39%-
XYZ32.9848.358.04-
YUV158.48147.4753.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.95%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=11.95%
G=45.35%
B=42.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal542051930.7400.060.20175.2360.1650.78
Hex36CDC14A0614af3c33
Octal6631530111206242577463
Binary1101101100110111000001100101001101010010101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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