#05E6EA

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

Shades of Bright Turquoise #05E6EA

Tints of Bright Turquoise #05E6EA

Color information

#05E6EA (or 0x05E6EA) is unknown color: approx Bright Turquoise. HEX triplet: 05, E6 and EA. RGB value is (5,230,234). Sum of RGB (Red+Green+Blue) = 5+230+234=469 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #05E6EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E6EA is #FA1915. Grayscale: #A2A2A2. Windows color (decimal): -16390422 or 15394309. OLE color: 15394309.

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

Color convert

RGB5230234-
CMYK0.980.0200.08
HSL181.05º95.82%46.86%-
HSV(B)181.05º97.86%91.76%-
XYZ43.2162.5787.64-
YUV163.18167.9615.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.07%
GREEN value IS 230 (90.23% from 255) = 49.04%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=1.07%
G=49.04%
B=49.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal52302340.980.0200.08181.0595.8246.86
Hex5E6EA62208b5602f
Octal5346352142201026514057
Binary101111001101110101011000101001000101101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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