#05CCE6

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

Shades of Dark Turquoise #05CCE6

Tints of Dark Turquoise #05CCE6

Color information

#05CCE6 (or 0x05CCE6) is unknown color: approx Dark Turquoise. HEX triplet: 05, CC and E6. RGB value is (5,204,230). Sum of RGB (Red+Green+Blue) = 5+204+230=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #05CCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCE6 is #FA3319. Grayscale: #939393. Windows color (decimal): -16397082 or 15125509. OLE color: 15125509.

HSL color Cylindrical-coordinate representation of color #05CCE6: hue angle of 186.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CCE6 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5204230-
CMYK0.980.1100.10
HSL186.93º95.74%46.08%-
HSV(B)186.93º97.83%90.2%-
XYZ35.9448.9382.41-
YUV147.46174.5726.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.14%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 230 (90.23% from 255) = 52.39%
R=1.14%
G=46.47%
B=52.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52042300.980.1100.10186.9395.7446.08
Hex5CCE662B0Abb602e
Octal53143461421301227314056
Binary10111001100111001101100010101101010101110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,204,230); }

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

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

 a { background-color: rgb(5,204,230); }

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

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

 span { border-color: rgb(5,204,230); }

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