#36D8D7

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

Shades of Turquoise #36D8D7

Tints of Turquoise #36D8D7

Color information

#36D8D7 (or 0x36D8D7) is unknown color: approx Turquoise. HEX triplet: 36, D8 and D7. RGB value is (54,216,215). Sum of RGB (Red+Green+Blue) = 54+216+215=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #36D8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D8D7 is #C92728. Grayscale: #A7A7A7. Windows color (decimal): -13182761 or 14145590. OLE color: 14145590.

HSL color Cylindrical-coordinate representation of color #36D8D7: hue angle of 179.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D8D7 is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB54216215-
CMYK0.7500.000.15
HSL179.63º67.5%52.94%-
HSV(B)179.63º75%84.71%-
XYZ38.3454.872.85-
YUV167.45154.8347.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.13%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=11.13%
G=44.54%
B=44.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal542162150.7500.000.15179.6367.552.94
Hex36D8D74B00Fb44435
Octal66330327113001726410465
Binary11011011011000110101111001011001111101101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,216,215); }

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

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

 a { background-color: rgb(54,216,215); }

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

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

 span { border-color: rgb(54,216,215); }

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