#36FEF8

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

Shades of Turquoise #36FEF8

Tints of Turquoise #36FEF8

Color information

#36FEF8 (or 0x36FEF8) is unknown color: approx Turquoise. HEX triplet: 36, FE and F8. RGB value is (54,254,248). Sum of RGB (Red+Green+Blue) = 54+254+248=556 (73% of max value = 765). Red value is 54 (21.48% from 255 or 9.71% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FEF8 is #C90107. Grayscale: #C1C1C1. Windows color (decimal): -13173000 or 16318006. OLE color: 16318006.

HSL color Cylindrical-coordinate representation of color #36FEF8: hue angle of 178.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEF8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB54254248-
CMYK0.7900.020.00
HSL178.2º99.01%60.39%-
HSV(B)178.2º78.74%99.61%-
XYZ53.9178.45101.11-
YUV193.52158.7428.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.71%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=9.71%
G=45.68%
B=44.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal542542480.7900.020.00178.299.0160.39
Hex36FEF84F020b2633c
Octal6637637011702026214374
Binary110110111111101111100010011110100101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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