#36F1C7

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

Shades of Turquoise #36F1C7

Tints of Turquoise #36F1C7

Color information

#36F1C7 (or 0x36F1C7) is unknown color: approx Turquoise. HEX triplet: 36, F1 and C7. RGB value is (54,241,199). Sum of RGB (Red+Green+Blue) = 54+241+199=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1C7 is #C90E38. Grayscale: #B4B4B4. Windows color (decimal): -13176377 or 13103414. OLE color: 13103414.

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

Color convert

RGB54241199-
CMYK0.7800.170.05
HSL166.52º86.98%57.84%-
HSV(B)166.52º77.59%94.51%-
XYZ43.2967.8264.84-
YUV180.3138.5537.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.93%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=10.93%
G=48.79%
B=40.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542411990.7800.170.05166.5286.9857.84
Hex36F1C74E0115a7573a
Octal66361307116021524712772
Binary11011011110001110001111001110010001101101001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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