#36C9CA

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

Shades of Medium Turquoise #36C9CA

Tints of Medium Turquoise #36C9CA

Color information

#36C9CA (or 0x36C9CA) is unknown color: approx Medium Turquoise. HEX triplet: 36, C9 and CA. RGB value is (54,201,202). Sum of RGB (Red+Green+Blue) = 54+201+202=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #36C9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C9CA is #C93635. Grayscale: #9D9D9D. Windows color (decimal): -13186614 or 13289782. OLE color: 13289782.

HSL color Cylindrical-coordinate representation of color #36C9CA: hue angle of 180.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C9CA is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54201202-
CMYK0.730.0000.21
HSL180.41º58.27%50.2%-
HSV(B)180.41º73.27%79.22%-
XYZ33.0746.8263.17-
YUV157.16153.354.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.82%
GREEN value IS 201 (78.91% from 255) = 43.98%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=11.82%
G=43.98%
B=44.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542012020.730.0000.21180.4158.2750.2
Hex36C9CA490015b43a32
Octal6631131211100252647262
Binary11011011001001110010101001001001010110110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,201,202); }

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

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

 a { background-color: rgb(54,201,202); }

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

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

 span { border-color: rgb(54,201,202); }

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