#05E6D6

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

Shades of Bright Turquoise #05E6D6

Tints of Bright Turquoise #05E6D6

Color information

#05E6D6 (or 0x05E6D6) is unknown color: approx Bright Turquoise. HEX triplet: 05, E6 and D6. RGB value is (5,230,214). Sum of RGB (Red+Green+Blue) = 5+230+214=449 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #05E6D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E6D6 is #FA1929. Grayscale: #A0A0A0. Windows color (decimal): -16390442 or 14083589. OLE color: 14083589.

HSL color Cylindrical-coordinate representation of color #05E6D6: hue angle of 175.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E6D6 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB5230214-
CMYK0.9800.070.10
HSL175.73º95.74%46.08%-
HSV(B)175.73º97.83%90.2%-
XYZ40.561.4873.35-
YUV160.9157.9616.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.11%
GREEN value IS 230 (90.23% from 255) = 51.22%
BLUE value IS 214 (83.98% from 255) = 47.66%
R=1.11%
G=51.22%
B=47.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52302140.9800.070.10175.7395.7446.08
Hex5E6D66207Ab0602e
Octal5346326142071226014056
Binary1011110011011010110110001001111010101100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,230,214); }

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

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

 a { background-color: rgb(5,230,214); }

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

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

 span { border-color: rgb(5,230,214); }

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