#05E9DE

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

Shades of Bright Turquoise #05E9DE

Tints of Bright Turquoise #05E9DE

Color information

#05E9DE (or 0x05E9DE) is unknown color: approx Bright Turquoise. HEX triplet: 05, E9 and DE. RGB value is (5,233,222). Sum of RGB (Red+Green+Blue) = 5+233+222=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #05E9DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E9DE is #FA1621. Grayscale: #A3A3A3. Windows color (decimal): -16389666 or 14608645. OLE color: 14608645.

HSL color Cylindrical-coordinate representation of color #05E9DE: hue angle of 177.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E9DE is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB5233222-
CMYK0.9800.050.09
HSL177.11º95.8%46.67%-
HSV(B)177.11º97.85%91.37%-
XYZ42.3963.5879.15-
YUV163.57160.9614.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.09%
GREEN value IS 233 (91.41% from 255) = 50.65%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=1.09%
G=50.65%
B=48.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52332220.9800.050.09177.1195.846.67
Hex5E9DE62059b1602f
Octal5351336142051126114057
Binary1011110100111011110110001001011001101100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E9DE; }

 p { color: rgb(5,233,222); }

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

<style>
 a { background-color: #05E9DE; }

 a { background-color: rgb(5,233,222); }

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

<style>
 span { border-color: #05E9DE; }

 span { border-color: rgb(5,233,222); }

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