#36F1BE

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

Shades of Turquoise #36F1BE

Tints of Turquoise #36F1BE

Color information

#36F1BE (or 0x36F1BE) is unknown color: approx Turquoise. HEX triplet: 36, F1 and BE. RGB value is (54,241,190). Sum of RGB (Red+Green+Blue) = 54+241+190=485 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.13% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1BE is #C90E41. Grayscale: #B3B3B3. Windows color (decimal): -13176386 or 12513590. OLE color: 12513590.

HSL color Cylindrical-coordinate representation of color #36F1BE: hue angle of 163.64º 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 #36F1BE is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB54241190-
CMYK0.7800.210.05
HSL163.64º86.98%57.84%-
HSV(B)163.64º77.59%94.51%-
XYZ42.2767.4159.5-
YUV179.27134.0538.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.13%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=11.13%
G=49.69%
B=39.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542411900.7800.210.05163.6486.9857.84
Hex36F1BE4E0155a4573a
Octal66361276116025524412772
Binary11011011110001101111101001110010101101101001001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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