#05C6E3

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

Shades of Dark Turquoise #05C6E3

Tints of Dark Turquoise #05C6E3

Color information

#05C6E3 (or 0x05C6E3) is unknown color: approx Dark Turquoise. HEX triplet: 05, C6 and E3. RGB value is (5,198,227). Sum of RGB (Red+Green+Blue) = 5+198+227=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #05C6E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C6E3 is #FA391C. Grayscale: #8F8F8F. Windows color (decimal): -16398621 or 14927365. OLE color: 14927365.

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

Color convert

RGB5198227-
CMYK0.980.1300.11
HSL187.84º95.69%45.49%-
HSV(B)187.84º97.8%89.02%-
XYZ34.1245.9779.75-
YUV143.6175.0629.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.16%
GREEN value IS 198 (77.73% from 255) = 46.05%
BLUE value IS 227 (89.06% from 255) = 52.79%
R=1.16%
G=46.05%
B=52.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51982270.980.1300.11187.8495.6945.49
Hex5C6E362D0Bbc602d
Octal53063431421501327414055
Binary10111000110111000111100010110101011101111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,198,227); }

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

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

 a { background-color: rgb(5,198,227); }

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

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

 span { border-color: rgb(5,198,227); }

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