#36FDED

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

Shades of Turquoise #36FDED

Tints of Turquoise #36FDED

Color information

#36FDED (or 0x36FDED) is unknown color: approx Turquoise. HEX triplet: 36, FD and ED. RGB value is (54,253,237). Sum of RGB (Red+Green+Blue) = 54+253+237=544 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.93% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FDED is #C90212. Grayscale: #BFBFBF. Windows color (decimal): -13173267 or 15596854. OLE color: 15596854.

HSL color Cylindrical-coordinate representation of color #36FDED: hue angle of 175.18º 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 #36FDED is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB54253237-
CMYK0.7900.060.01
HSL175.18º98.03%60.2%-
HSV(B)175.18º78.66%99.22%-
XYZ51.9377.1592.27-
YUV191.68153.5729.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 9.93%
GREEN value IS 253 (99.22% from 255) = 46.51%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=9.93%
G=46.51%
B=43.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542532370.7900.060.01175.1898.0360.2
Hex36FDED4F061af623c
Octal6637535511706125714274
Binary1101101111110111101101100111101101101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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