#36F3E5

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

Shades of Turquoise #36F3E5

Tints of Turquoise #36F3E5

Color information

#36F3E5 (or 0x36F3E5) is unknown color: approx Turquoise. HEX triplet: 36, F3 and E5. RGB value is (54,243,229). Sum of RGB (Red+Green+Blue) = 54+243+229=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3E5 is #C90C1A. Grayscale: #B8B8B8. Windows color (decimal): -13175835 or 15070006. OLE color: 15070006.

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

Color convert

RGB54243229-
CMYK0.7800.060.05
HSL175.56º88.73%58.24%-
HSV(B)175.56º77.78%95.29%-
XYZ47.7170.5485.23-
YUV184.89152.8834.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.27%
GREEN value IS 243 (95.31% from 255) = 46.20%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=10.27%
G=46.20%
B=43.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542432290.7800.060.05175.5688.7358.24
Hex36F3E54E065b0593a
Octal6636334511606526013172
Binary110110111100111110010110011100110101101100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,243,229); }

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

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

 a { background-color: rgb(54,243,229); }

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

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

 span { border-color: rgb(54,243,229); }

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