#36c4d2

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

Shades of Medium Turquoise #36C4D2

Tints of Medium Turquoise #36C4D2

Color information

#36C4D2 (or 0x36C4D2) is unknown color: approx Medium Turquoise. HEX triplet: 36, C4 and D2. RGB value is (54,196,210). Sum of RGB (Red+Green+Blue) = 54+196+210=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #36C4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C4D2 is #C93B2D. Grayscale: #9A9A9A. Windows color (decimal): -13187886 or 13812790. OLE color: 13812790.

HSL color Cylindrical-coordinate representation of color #36C4D2: hue angle of 185.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36C4D2 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB54196210-
CMYK0.740.0700.18
HSL185.38º63.41%51.76%-
HSV(B)185.38º74.29%82.35%-
XYZ32.8944.9267.91-
YUV155.14158.9655.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.74%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 210 (82.42% from 255) = 45.65%
R=11.74%
G=42.61%
B=45.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal541962100.740.0700.18185.3863.4151.76
Hex36C4D24A7012b93f34
Octal6630432211270222717764
Binary1101101100010011010010100101011101001010111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36c4d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,196,210); }

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

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

 a { background-color: rgb(54,196,210); }

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

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

 span { border-color: rgb(54,196,210); }

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