#36F3B5

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

Shades of Turquoise #36F3B5

Tints of Turquoise #36F3B5

Color information

#36F3B5 (or 0x36F3B5) is unknown color: approx Turquoise. HEX triplet: 36, F3 and B5. RGB value is (54,243,181). Sum of RGB (Red+Green+Blue) = 54+243+181=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3B5 is #C90C4A. Grayscale: #B3B3B3. Windows color (decimal): -13175883 or 11924278. OLE color: 11924278.

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

Color convert

RGB54243181-
CMYK0.7800.260.05
HSL160.32º88.73%58.24%-
HSV(B)160.32º77.78%95.29%-
XYZ41.9168.2254.68-
YUV179.42128.8838.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.30%
GREEN value IS 243 (95.31% from 255) = 50.84%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=11.30%
G=50.84%
B=37.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542431810.7800.260.05160.3288.7358.24
Hex36F3B54E01A5a0593a
Octal66363265116032524013172
Binary11011011110011101101011001110011010101101000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,243,181); }

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

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

 a { background-color: rgb(54,243,181); }

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

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

 span { border-color: rgb(54,243,181); }

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