#05DCE2

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

Shades of Bright Turquoise #05DCE2

Tints of Bright Turquoise #05DCE2

Color information

#05DCE2 (or 0x05DCE2) is unknown color: approx Bright Turquoise. HEX triplet: 05, DC and E2. RGB value is (5,220,226). Sum of RGB (Red+Green+Blue) = 5+220+226=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #05DCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCE2 is #FA231D. Grayscale: #9C9C9C. Windows color (decimal): -16392990 or 14867461. OLE color: 14867461.

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

Color convert

RGB5220226-
CMYK0.980.0300.11
HSL181.63º95.67%45.29%-
HSV(B)181.63º97.79%88.63%-
XYZ39.3856.7180.82-
YUV156.4167.2720.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.11%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 226 (88.67% from 255) = 50.11%
R=1.11%
G=48.78%
B=50.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52202260.980.0300.11181.6395.6745.29
Hex5DCE26230Bb6602d
Octal5334342142301326614055
Binary101110111001110001011000101101011101101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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