#36F1C6

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

Shades of Turquoise #36F1C6

Tints of Turquoise #36F1C6

Color information

#36F1C6 (or 0x36F1C6) is unknown color: approx Turquoise. HEX triplet: 36, F1 and C6. RGB value is (54,241,198). Sum of RGB (Red+Green+Blue) = 54+241+198=493 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.95% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1C6 is #C90E39. Grayscale: #B4B4B4. Windows color (decimal): -13176378 or 13037878. OLE color: 13037878.

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

Color convert

RGB54241198-
CMYK0.7800.180.05
HSL166.2º86.98%57.84%-
HSV(B)166.2º77.59%94.51%-
XYZ43.1767.7764.23-
YUV180.18138.0538-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.95%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=10.95%
G=48.88%
B=40.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542411980.7800.180.05166.286.9857.84
Hex36F1C64E0125a6573a
Octal66361306116022524612772
Binary11011011110001110001101001110010010101101001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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