#36F9BF

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

Shades of Turquoise #36F9BF

Tints of Turquoise #36F9BF

Color information

#36F9BF (or 0x36F9BF) is unknown color: approx Turquoise. HEX triplet: 36, F9 and BF. RGB value is (54,249,191). Sum of RGB (Red+Green+Blue) = 54+249+191=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #36F9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F9BF is #C90640. Grayscale: #B8B8B8. Windows color (decimal): -13174337 or 12581174. OLE color: 12581174.

HSL color Cylindrical-coordinate representation of color #36F9BF: hue angle of 162.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F9BF is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB54249191-
CMYK0.7800.230.02
HSL162.15º94.2%59.41%-
HSV(B)162.15º78.31%97.65%-
XYZ44.872.360.88-
YUV184.08131.935.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.93%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 191 (75% from 255) = 38.66%
R=10.93%
G=50.40%
B=38.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal542491910.7800.230.02162.1594.259.41
Hex36F9BF4E0172a25e3b
Octal66371277116027224213673
Binary1101101111100110111111100111001011110101000101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,249,191); }

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

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

 a { background-color: rgb(54,249,191); }

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

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

 span { border-color: rgb(54,249,191); }

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