#36FDEB

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

Shades of Turquoise #36FDEB

Tints of Turquoise #36FDEB

Color information

#36FDEB (or 0x36FDEB) is unknown color: approx Turquoise. HEX triplet: 36, FD and EB. RGB value is (54,253,235). Sum of RGB (Red+Green+Blue) = 54+253+235=542 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.96% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FDEB is #C90214. Grayscale: #BFBFBF. Windows color (decimal): -13173269 or 15465782. OLE color: 15465782.

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

Color convert

RGB54253235-
CMYK0.7900.070.01
HSL174.57º98.03%60.2%-
HSV(B)174.57º78.66%99.22%-
XYZ51.6477.0390.74-
YUV191.45152.5729.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.96%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=9.96%
G=46.68%
B=43.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542532350.7900.070.01174.5798.0360.2
Hex36FDEB4F071af623c
Octal6637535311707125714274
Binary1101101111110111101011100111101111101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,253,235); }

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

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

 a { background-color: rgb(54,253,235); }

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

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

 span { border-color: rgb(54,253,235); }

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