#36F8EF

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

Shades of Turquoise #36F8EF

Tints of Turquoise #36F8EF

Color information

#36F8EF (or 0x36F8EF) is unknown color: approx Turquoise. HEX triplet: 36, F8 and EF. RGB value is (54,248,239). Sum of RGB (Red+Green+Blue) = 54+248+239=541 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.98% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #36F8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F8EF is #C90710. Grayscale: #BCBCBC. Windows color (decimal): -13174545 or 15726646. OLE color: 15726646.

HSL color Cylindrical-coordinate representation of color #36F8EF: hue angle of 177.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F8EF is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB54248239-
CMYK0.7800.040.03
HSL177.22º93.27%59.22%-
HSV(B)177.22º78.23%97.25%-
XYZ50.6774.1593.3-
YUV188.97156.2331.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.98%
GREEN value IS 248 (97.27% from 255) = 45.84%
BLUE value IS 239 (93.75% from 255) = 44.18%
R=9.98%
G=45.84%
B=44.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal542482390.7800.040.03177.2293.2759.22
Hex36F8EF4E043b15d3b
Octal6637035711604326113573
Binary11011011111000111011111001110010011101100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,248,239); }

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

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

 a { background-color: rgb(54,248,239); }

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

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

 span { border-color: rgb(54,248,239); }

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