#36F1B9

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

Shades of Turquoise #36F1B9

Tints of Turquoise #36F1B9

Color information

#36F1B9 (or 0x36F1B9) is unknown color: approx Turquoise. HEX triplet: 36, F1 and B9. RGB value is (54,241,185). Sum of RGB (Red+Green+Blue) = 54+241+185=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1B9 is #C90E46. Grayscale: #B2B2B2. Windows color (decimal): -13176391 or 12185910. OLE color: 12185910.

HSL color Cylindrical-coordinate representation of color #36F1B9: hue angle of 162.03º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F1B9 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB54241185-
CMYK0.7800.230.05
HSL162.03º86.98%57.84%-
HSV(B)162.03º77.59%94.51%-
XYZ41.7367.256.67-
YUV178.7131.5539.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.25%
GREEN value IS 241 (94.53% from 255) = 50.21%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=11.25%
G=50.21%
B=38.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542411850.7800.230.05162.0386.9857.84
Hex36F1B94E0175a2573a
Octal66361271116027524212772
Binary11011011110001101110011001110010111101101000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,241,185); }

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

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

 a { background-color: rgb(54,241,185); }

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

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

 span { border-color: rgb(54,241,185); }

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