#36EBF5

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

Shades of Turquoise #36EBF5

Tints of Turquoise #36EBF5

Color information

#36EBF5 (or 0x36EBF5) is unknown color: approx Turquoise. HEX triplet: 36, EB and F5. RGB value is (54,235,245). Sum of RGB (Red+Green+Blue) = 54+235+245=534 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.11% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #36EBF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EBF5 is #C9140A. Grayscale: #B5B5B5. Windows color (decimal): -13177867 or 16116534. OLE color: 16116534.

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

Color convert

RGB54235245-
CMYK0.780.0400.04
HSL183.14º90.52%58.63%-
HSV(B)183.14º77.96%96.08%-
XYZ47.7166.7996.76-
YUV182.02163.5336.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.11%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=10.11%
G=44.01%
B=45.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal542352450.780.0400.04183.1490.5258.63
Hex36EBF54E404b75b3b
Octal6635336511640426713373
Binary110110111010111111010110011101000100101101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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