#05E2DD

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

Shades of Bright Turquoise #05E2DD

Tints of Bright Turquoise #05E2DD

Color information

#05E2DD (or 0x05E2DD) is unknown color: approx Bright Turquoise. HEX triplet: 05, E2 and DD. RGB value is (5,226,221). Sum of RGB (Red+Green+Blue) = 5+226+221=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2DD is #FA1D22. Grayscale: #9F9F9F. Windows color (decimal): -16391459 or 14541317. OLE color: 14541317.

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

Color convert

RGB5226221-
CMYK0.9800.020.11
HSL178.64º95.67%45.29%-
HSV(B)178.64º97.79%88.63%-
XYZ40.3159.6577.79-
YUV159.35162.7817.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.11%
GREEN value IS 226 (88.67% from 255) = 50%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=1.11%
G=50%
B=48.89%

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
Decimal52262210.9800.020.11178.6495.6745.29
Hex5E2DD6202Bb3602d
Octal5342335142021326314055
Binary101111000101101110111000100101011101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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