#05E3C6

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

Shades of Bright Turquoise #05E3C6

Tints of Bright Turquoise #05E3C6

Color information

#05E3C6 (or 0x05E3C6) is unknown color: approx Bright Turquoise. HEX triplet: 05, E3 and C6. RGB value is (5,227,198). Sum of RGB (Red+Green+Blue) = 5+227+198=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #05E3C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E3C6 is #FA1C39. Grayscale: #9D9D9D. Windows color (decimal): -16391226 or 13034245. OLE color: 13034245.

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

Color convert

RGB5227198-
CMYK0.9800.130.11
HSL172.16º95.69%45.49%-
HSV(B)172.16º97.8%89.02%-
XYZ37.7259.0562.84-
YUV157.32150.9519.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.16%
GREEN value IS 227 (89.06% from 255) = 52.79%
BLUE value IS 198 (77.73% from 255) = 46.05%
R=1.16%
G=52.79%
B=46.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52271980.9800.130.11172.1695.6945.49
Hex5E3C6620DBac602d
Octal53433061420151325414055
Binary10111100011110001101100010011011011101011001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,227,198); }

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

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

 a { background-color: rgb(5,227,198); }

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

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

 span { border-color: rgb(5,227,198); }

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