#36EFBA

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

Shades of Turquoise #36EFBA

Tints of Turquoise #36EFBA

Color information

#36EFBA (or 0x36EFBA) is unknown color: approx Turquoise. HEX triplet: 36, EF and BA. RGB value is (54,239,186). Sum of RGB (Red+Green+Blue) = 54+239+186=479 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.27% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFBA is #C91045. Grayscale: #B1B1B1. Windows color (decimal): -13176902 or 12250934. OLE color: 12250934.

HSL color Cylindrical-coordinate representation of color #36EFBA: hue angle of 162.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFBA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB54239186-
CMYK0.7700.220.06
HSL162.81º85.25%57.45%-
HSV(B)162.81º77.41%93.73%-
XYZ41.2566.0657.03-
YUV177.64132.7139.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.27%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=11.27%
G=49.90%
B=38.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal542391860.7700.220.06162.8185.2557.45
Hex36EFBA4D0166a35539
Octal66357272115026624312571
Binary11011011101111101110101001101010110110101000111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,239,186); }

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

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

 a { background-color: rgb(54,239,186); }

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

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

 span { border-color: rgb(54,239,186); }

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