#36E4F0

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

Shades of Turquoise #36E4F0

Tints of Turquoise #36E4F0

Color information

#36E4F0 (or 0x36E4F0) is unknown color: approx Turquoise. HEX triplet: 36, E4 and F0. RGB value is (54,228,240). Sum of RGB (Red+Green+Blue) = 54+228+240=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #36E4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E4F0 is #C91B0F. Grayscale: #B1B1B1. Windows color (decimal): -13179664 or 15787062. OLE color: 15787062.

HSL color Cylindrical-coordinate representation of color #36E4F0: hue angle of 183.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E4F0 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB54228240-
CMYK0.780.0500.06
HSL183.87º86.11%57.65%-
HSV(B)183.87º77.5%94.12%-
XYZ44.9962.5692.14-
YUV177.34163.3540.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.34%
GREEN value IS 228 (89.45% from 255) = 43.68%
BLUE value IS 240 (94.14% from 255) = 45.98%
R=10.34%
G=43.68%
B=45.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal542282400.780.0500.06183.8786.1157.65
Hex36E4F04E506b8563a
Octal6634436011650627012672
Binary110110111001001111000010011101010110101110001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,228,240); }

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

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

 a { background-color: rgb(54,228,240); }

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

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

 span { border-color: rgb(54,228,240); }

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