#05E4EA

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

Shades of Bright Turquoise #05E4EA

Tints of Bright Turquoise #05E4EA

Color information

#05E4EA (or 0x05E4EA) is unknown color: approx Bright Turquoise. HEX triplet: 05, E4 and EA. RGB value is (5,228,234). Sum of RGB (Red+Green+Blue) = 5+228+234=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #05E4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E4EA is #FA1B15. Grayscale: #A1A1A1. Windows color (decimal): -16390934 or 15393797. OLE color: 15393797.

HSL color Cylindrical-coordinate representation of color #05E4EA: hue angle of 181.57º 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 #05E4EA is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5228234-
CMYK0.980.0300.08
HSL181.57º95.82%46.86%-
HSV(B)181.57º97.86%91.76%-
XYZ42.6661.4687.46-
YUV162.01168.6216.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.07%
GREEN value IS 228 (89.45% from 255) = 48.82%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=1.07%
G=48.82%
B=50.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal52282340.980.0300.08181.5795.8246.86
Hex5E4EA62308b6602f
Octal5344352142301026614057
Binary101111001001110101011000101101000101101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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