#13C3DE

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

Shades of Dark Turquoise #13C3DE

Tints of Dark Turquoise #13C3DE

Color information

#13C3DE (or 0x13C3DE) is unknown color: approx Dark Turquoise. HEX triplet: 13, C3 and DE. RGB value is (19,195,222). Sum of RGB (Red+Green+Blue) = 19+195+222=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #13C3DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C3DE is #EC3C21. Grayscale: #919191. Windows color (decimal): -15481890 or 14598931. OLE color: 14598931.

HSL color Cylindrical-coordinate representation of color #13C3DE: hue angle of 187.98º 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 #13C3DE is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19195222-
CMYK0.910.1200.13
HSL187.98º84.23%47.25%-
HSV(B)187.98º91.44%87.06%-
XYZ32.9744.4475.95-
YUV145.45171.1937.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.36%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=4.36%
G=44.72%
B=50.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191952220.910.1200.13187.9884.2347.25
Hex13C3DE5BC0Dbc542f
Octal233033361331401527412457
Binary1001111000011110111101011011110001101101111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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