#36DDE6

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

Shades of Turquoise #36DDE6

Tints of Turquoise #36DDE6

Color information

#36DDE6 (or 0x36DDE6) is unknown color: approx Turquoise. HEX triplet: 36, DD and E6. RGB value is (54,221,230). Sum of RGB (Red+Green+Blue) = 54+221+230=505 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.69% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #36DDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DDE6 is #C92219. Grayscale: #ABABAB. Windows color (decimal): -13181466 or 15129910. OLE color: 15129910.

HSL color Cylindrical-coordinate representation of color #36DDE6: hue angle of 183.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DDE6 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB54221230-
CMYK0.770.0400.10
HSL183.07º77.88%55.69%-
HSV(B)183.07º76.52%90.2%-
XYZ41.6658.2183.9-
YUV172.09160.6743.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.69%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 230 (90.23% from 255) = 45.54%
R=10.69%
G=43.76%
B=45.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal542212300.770.0400.10183.0777.8855.69
Hex36DDE64D40Ab74e38
Octal66335346115401226711670
Binary1101101101110111100110100110110001010101101111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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