#36E9CA

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

Shades of Turquoise #36E9CA

Tints of Turquoise #36E9CA

Color information

#36E9CA (or 0x36E9CA) is unknown color: approx Turquoise. HEX triplet: 36, E9 and CA. RGB value is (54,233,202). Sum of RGB (Red+Green+Blue) = 54+233+202=489 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.04% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #36E9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E9CA is #C91635. Grayscale: #AFAFAF. Windows color (decimal): -13178422 or 13297974. OLE color: 13297974.

HSL color Cylindrical-coordinate representation of color #36E9CA: hue angle of 169.61º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E9CA is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB54233202-
CMYK0.7700.130.09
HSL169.61º80.27%56.27%-
HSV(B)169.61º76.82%91.37%-
XYZ41.3263.3365.92-
YUV175.94142.741.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.04%
GREEN value IS 233 (91.41% from 255) = 47.65%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=11.04%
G=47.65%
B=41.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal542332020.7700.130.09169.6180.2756.27
Hex36E9CA4D0D9aa5038
Octal663513121150151125212070
Binary11011011101001110010101001101011011001101010101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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