#05DEE2

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

Shades of Bright Turquoise #05DEE2

Tints of Bright Turquoise #05DEE2

Color information

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

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

Color convert

RGB5222226-
CMYK0.980.0200.11
HSL181.09º95.67%45.29%-
HSV(B)181.09º97.79%88.63%-
XYZ39.9157.7781-
YUV157.57166.6119.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 226 (88.67% from 255) = 49.89%
R=1.10%
G=49.01%
B=49.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52222260.980.0200.11181.0995.6745.29
Hex5DEE26220Bb5602d
Octal5336342142201326514055
Binary101110111101110001011000101001011101101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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