#13C6E2

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

Shades of Dark Turquoise #13C6E2

Tints of Dark Turquoise #13C6E2

Color information

#13C6E2 (or 0x13C6E2) is unknown color: approx Dark Turquoise. HEX triplet: 13, C6 and E2. RGB value is (19,198,226). Sum of RGB (Red+Green+Blue) = 19+198+226=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #13C6E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6E2 is #EC391D. Grayscale: #939393. Windows color (decimal): -15481118 or 14861843. OLE color: 14861843.

HSL color Cylindrical-coordinate representation of color #13C6E2: hue angle of 188.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C6E2 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19198226-
CMYK0.920.1200.11
HSL188.12º84.49%48.04%-
HSV(B)188.12º91.59%88.63%-
XYZ34.1946.0279.03-
YUV147.67172.236.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.29%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 226 (88.67% from 255) = 51.02%
R=4.29%
G=44.70%
B=51.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191982260.920.1200.11188.1284.4948.04
Hex13C6E25CC0Bbc5430
Octal233063421341401327412460
Binary1001111000110111000101011100110001011101111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13C6E2; }

 p { color: rgb(19,198,226); }

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

<style>
 a { background-color: #13C6E2; }

 a { background-color: rgb(19,198,226); }

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

<style>
 span { border-color: #13C6E2; }

 span { border-color: rgb(19,198,226); }

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