#13C2DE

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

Shades of Dark Turquoise #13C2DE

Tints of Dark Turquoise #13C2DE

Color information

#13C2DE (or 0x13C2DE) is unknown color: approx Dark Turquoise. HEX triplet: 13, C2 and DE. RGB value is (19,194,222). Sum of RGB (Red+Green+Blue) = 19+194+222=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #13C2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2DE is #EC3D21. Grayscale: #909090. Windows color (decimal): -15482146 or 14598675. OLE color: 14598675.

HSL color Cylindrical-coordinate representation of color #13C2DE: hue angle of 188.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C2DE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19194222-
CMYK0.910.1300.13
HSL188.28º84.23%47.25%-
HSV(B)188.28º91.44%87.06%-
XYZ32.754475.87-
YUV144.87171.5238.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.37%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 222 (87.11% from 255) = 51.03%
R=4.37%
G=44.60%
B=51.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191942220.910.1300.13188.2884.2347.25
Hex13C2DE5BD0Dbc542f
Octal233023361331501527412457
Binary1001111000010110111101011011110101101101111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,194,222); }

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

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

 a { background-color: rgb(19,194,222); }

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

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

 span { border-color: rgb(19,194,222); }

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