#36F1BF

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

Shades of Turquoise #36F1BF

Tints of Turquoise #36F1BF

Color information

#36F1BF (or 0x36F1BF) is unknown color: approx Turquoise. HEX triplet: 36, F1 and BF. RGB value is (54,241,191). Sum of RGB (Red+Green+Blue) = 54+241+191=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1BF is #C90E40. Grayscale: #B3B3B3. Windows color (decimal): -13176385 or 12579126. OLE color: 12579126.

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

Color convert

RGB54241191-
CMYK0.7800.210.05
HSL163.96º86.98%57.84%-
HSV(B)163.96º77.59%94.51%-
XYZ42.3867.4660.08-
YUV179.39134.5538.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.11%
GREEN value IS 241 (94.53% from 255) = 49.59%
BLUE value IS 191 (75% from 255) = 39.30%
R=11.11%
G=49.59%
B=39.30%

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
Decimal542411910.7800.210.05163.9686.9857.84
Hex36F1BF4E0155a4573a
Octal66361277116025524412772
Binary11011011110001101111111001110010101101101001001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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