#36D1E1

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

Shades of Turquoise #36D1E1

Tints of Turquoise #36D1E1

Color information

#36D1E1 (or 0x36D1E1) is unknown color: approx Turquoise. HEX triplet: 36, D1 and E1. RGB value is (54,209,225). Sum of RGB (Red+Green+Blue) = 54+209+225=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #36D1E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D1E1 is #C92E1E. Grayscale: #A4A4A4. Windows color (decimal): -13184543 or 14799158. OLE color: 14799158.

HSL color Cylindrical-coordinate representation of color #36D1E1: hue angle of 185.61º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D1E1 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB54209225-
CMYK0.760.0700.12
HSL185.61º74.03%54.71%-
HSV(B)185.61º76%88.24%-
XYZ37.9151.8279.24-
YUV164.48162.1549.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.07%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=11.07%
G=42.83%
B=46.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal542092250.760.0700.12185.6174.0354.71
Hex36D1E14C70Cba4a37
Octal66321341114701427211267
Binary1101101101000111100001100110011101100101110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,209,225); }

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

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

 a { background-color: rgb(54,209,225); }

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

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

 span { border-color: rgb(54,209,225); }

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