#05E2E7

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

Shades of Bright Turquoise #05E2E7

Tints of Bright Turquoise #05E2E7

Color information

#05E2E7 (or 0x05E2E7) is unknown color: approx Bright Turquoise. HEX triplet: 05, E2 and E7. RGB value is (5,226,231). Sum of RGB (Red+Green+Blue) = 5+226+231=462 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #05E2E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2E7 is #FA1D18. Grayscale: #A0A0A0. Windows color (decimal): -16391449 or 15196677. OLE color: 15196677.

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

Color convert

RGB5226231-
CMYK0.980.0200.09
HSL181.33º95.76%46.27%-
HSV(B)181.33º97.84%90.59%-
XYZ41.6860.1985.02-
YUV160.49167.7817.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52262310.980.0200.09181.3395.7646.27
Hex5E2E762209b5602e
Octal5342347142201126514056
Binary101111000101110011111000101001001101101011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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