#05E7E2

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

Shades of Bright Turquoise #05E7E2

Tints of Bright Turquoise #05E7E2

Color information

#05E7E2 (or 0x05E7E2) is unknown color: approx Bright Turquoise. HEX triplet: 05, E7 and E2. RGB value is (5,231,226). Sum of RGB (Red+Green+Blue) = 5+231+226=462 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #05E7E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E7E2 is #FA181D. Grayscale: #A2A2A2. Windows color (decimal): -16390174 or 14870277. OLE color: 14870277.

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

Color convert

RGB5231226-
CMYK0.9800.020.09
HSL178.67º95.76%46.27%-
HSV(B)178.67º97.84%90.59%-
XYZ42.3762.6881.82-
YUV162.86163.6315.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.08%
GREEN value IS 231 (90.62% from 255) = 50%
BLUE value IS 226 (88.67% from 255) = 48.92%
R=1.08%
G=50%
B=48.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52312260.9800.020.09178.6795.7646.27
Hex5E7E262029b3602e
Octal5347342142021126314056
Binary101111001111110001011000100101001101100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,231,226); }

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

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

 a { background-color: rgb(5,231,226); }

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

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

 span { border-color: rgb(5,231,226); }

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