#05FFE2

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

Shades of Bright Turquoise #05FFE2

Tints of Bright Turquoise #05FFE2

Color information

#05FFE2 (or 0x05FFE2) is unknown color: approx Bright Turquoise. HEX triplet: 05, FF and E2. RGB value is (5,255,226). Sum of RGB (Red+Green+Blue) = 5+255+226=486 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFE2 is #FA001D. Grayscale: #B0B0B0. Windows color (decimal): -16384030 or 14876421. OLE color: 14876421.

HSL color Cylindrical-coordinate representation of color #05FFE2: hue angle of 173.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFE2 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB5255226-
CMYK0.9800.110
HSL173.04º100%50.98%-
HSV(B)173.04º98.04%100%-
XYZ49.5577.0484.21-
YUV176.94155.685.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.03%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 226 (88.67% from 255) = 46.50%
R=1.03%
G=52.47%
B=46.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52552260.9800.110173.0410050.98
Hex5FFE2620B0ad6433
Octal5377342142013025514463
Binary10111111111111000101100010010110101011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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