#36EFBB

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

Shades of Turquoise #36EFBB

Tints of Turquoise #36EFBB

Color information

#36EFBB (or 0x36EFBB) is unknown color: approx Turquoise. HEX triplet: 36, EF and BB. RGB value is (54,239,187). Sum of RGB (Red+Green+Blue) = 54+239+187=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFBB is #C91044. Grayscale: #B1B1B1. Windows color (decimal): -13176901 or 12316470. OLE color: 12316470.

HSL color Cylindrical-coordinate representation of color #36EFBB: hue angle of 163.14º 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 #36EFBB is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB54239187-
CMYK0.7700.220.06
HSL163.14º85.25%57.45%-
HSV(B)163.14º77.41%93.73%-
XYZ41.3666.1157.59-
YUV177.76133.2139.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.25%
GREEN value IS 239 (93.75% from 255) = 49.79%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=11.25%
G=49.79%
B=38.96%

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
Decimal542391870.7700.220.06163.1485.2557.45
Hex36EFBB4D0166a35539
Octal66357273115026624312571
Binary11011011101111101110111001101010110110101000111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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