#05E6C4

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

Shades of Bright Turquoise #05E6C4

Tints of Bright Turquoise #05E6C4

Color information

#05E6C4 (or 0x05E6C4) is unknown color: approx Bright Turquoise. HEX triplet: 05, E6 and C4. RGB value is (5,230,196). Sum of RGB (Red+Green+Blue) = 5+230+196=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #05E6C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E6C4 is #FA193B. Grayscale: #9E9E9E. Windows color (decimal): -16390460 or 12903941. OLE color: 12903941.

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

Color convert

RGB5230196-
CMYK0.9800.150.10
HSL170.93º95.74%46.08%-
HSV(B)170.93º97.83%90.2%-
XYZ38.3260.6161.9-
YUV158.85148.9618.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.16%
GREEN value IS 230 (90.23% from 255) = 53.36%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=1.16%
G=53.36%
B=45.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52301960.9800.150.10170.9395.7446.08
Hex5E6C4620FAab602e
Octal53463041420171225314056
Binary10111100110110001001100010011111010101010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,230,196); }

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

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

 a { background-color: rgb(5,230,196); }

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

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

 span { border-color: rgb(5,230,196); }

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