#36DCE9

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

Shades of Turquoise #36DCE9

Tints of Turquoise #36DCE9

Color information

#36DCE9 (or 0x36DCE9) is unknown color: approx Turquoise. HEX triplet: 36, DC and E9. RGB value is (54,220,233). Sum of RGB (Red+Green+Blue) = 54+220+233=507 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.65% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #36DCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCE9 is #C92316. Grayscale: #ABABAB. Windows color (decimal): -13181719 or 15326262. OLE color: 15326262.

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

Color convert

RGB54220233-
CMYK0.770.0600.09
HSL184.36º80.27%56.27%-
HSV(B)184.36º76.82%91.37%-
XYZ41.8257.8586.05-
YUV171.85162.543.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.65%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=10.65%
G=43.39%
B=45.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal542202330.770.0600.09184.3680.2756.27
Hex36DCE94D609b85038
Octal66334351115601127012070
Binary1101101101110011101001100110111001001101110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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