#36F1BD

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

Shades of Turquoise #36F1BD

Tints of Turquoise #36F1BD

Color information

#36F1BD (or 0x36F1BD) is unknown color: approx Turquoise. HEX triplet: 36, F1 and BD. RGB value is (54,241,189). Sum of RGB (Red+Green+Blue) = 54+241+189=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1BD is #C90E42. Grayscale: #B3B3B3. Windows color (decimal): -13176387 or 12448054. OLE color: 12448054.

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

Color convert

RGB54241189-
CMYK0.7800.220.05
HSL163.32º86.98%57.84%-
HSV(B)163.32º77.59%94.51%-
XYZ42.1667.3758.93-
YUV179.16133.5538.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.16%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=11.16%
G=49.79%
B=39.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542411890.7800.220.05163.3286.9857.84
Hex36F1BD4E0165a3573a
Octal66361275116026524312772
Binary11011011110001101111011001110010110101101000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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