#05E2DF

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

Shades of Bright Turquoise #05E2DF

Tints of Bright Turquoise #05E2DF

Color information

#05E2DF (or 0x05E2DF) is unknown color: approx Bright Turquoise. HEX triplet: 05, E2 and DF. RGB value is (5,226,223). Sum of RGB (Red+Green+Blue) = 5+226+223=454 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2DF is #FA1D20. Grayscale: #9F9F9F. Windows color (decimal): -16391457 or 14672389. OLE color: 14672389.

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

Color convert

RGB5226223-
CMYK0.9800.010.11
HSL179.19º95.67%45.29%-
HSV(B)179.19º97.79%88.63%-
XYZ40.5859.7579.21-
YUV159.58163.7817.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 226 (88.67% from 255) = 49.78%
BLUE value IS 223 (87.5% from 255) = 49.12%
R=1.10%
G=49.78%
B=49.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52262230.9800.010.11179.1995.6745.29
Hex5E2DF6201Bb3602d
Octal5342337142011326314055
Binary10111100010110111111100010011011101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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