#05E2DE

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

Shades of Bright Turquoise #05E2DE

Tints of Bright Turquoise #05E2DE

Color information

#05E2DE (or 0x05E2DE) is unknown color: approx Bright Turquoise. HEX triplet: 05, E2 and DE. RGB value is (5,226,222). Sum of RGB (Red+Green+Blue) = 5+226+222=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2DE is #FA1D21. Grayscale: #9F9F9F. Windows color (decimal): -16391458 or 14606853. OLE color: 14606853.

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

Color convert

RGB5226222-
CMYK0.9800.020.11
HSL178.91º95.67%45.29%-
HSV(B)178.91º97.79%88.63%-
XYZ40.4459.778.5-
YUV159.46163.2817.83-

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.89%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=1.10%
G=49.89%
B=49.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52262220.9800.020.11178.9195.6745.29
Hex5E2DE6202Bb3602d
Octal5342336142021326314055
Binary101111000101101111011000100101011101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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