#36DDE1

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

Shades of Turquoise #36DDE1

Tints of Turquoise #36DDE1

Color information

#36DDE1 (or 0x36DDE1) is unknown color: approx Turquoise. HEX triplet: 36, DD and E1. RGB value is (54,221,225). Sum of RGB (Red+Green+Blue) = 54+221+225=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #36DDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDE1 is #C9221E. Grayscale: #ABABAB. Windows color (decimal): -13181471 or 14802230. OLE color: 14802230.

HSL color Cylindrical-coordinate representation of color #36DDE1: hue angle of 181.4º 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 #36DDE1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB54221225-
CMYK0.760.0200.12
HSL181.4º74.03%54.71%-
HSV(B)181.4º76%88.24%-
XYZ40.9757.9380.26-
YUV171.52158.1744.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.8%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 225 (88.28% from 255) = 45%
R=10.8%
G=44.2%
B=45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal542212250.760.0200.12181.474.0354.71
Hex36DDE14C20Cb54a37
Octal66335341114201426511267
Binary110110110111011110000110011001001100101101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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