#36DAC6

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

Shades of Turquoise #36DAC6

Tints of Turquoise #36DAC6

Color information

#36DAC6 (or 0x36DAC6) is unknown color: approx Turquoise. HEX triplet: 36, DA and C6. RGB value is (54,218,198). Sum of RGB (Red+Green+Blue) = 54+218+198=470 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.49% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #36DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DAC6 is #C92539. Grayscale: #A6A6A6. Windows color (decimal): -13182266 or 13031990. OLE color: 13031990.

HSL color Cylindrical-coordinate representation of color #36DAC6: hue angle of 172.68º degrees, saturation: 0.69, 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 #36DAC6 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB54218198-
CMYK0.7500.090.15
HSL172.68º68.91%53.33%-
HSV(B)172.68º75.23%85.49%-
XYZ36.795562.1-
YUV166.68145.6747.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.49%
GREEN value IS 218 (85.55% from 255) = 46.38%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=11.49%
G=46.38%
B=42.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal542181980.7500.090.15172.6868.9153.33
Hex36DAC64B09Fad4535
Octal663323061130111725510565
Binary11011011011010110001101001011010011111101011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,218,198); }

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

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

 a { background-color: rgb(54,218,198); }

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

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

 span { border-color: rgb(54,218,198); }

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