Html Css Color HEX #13D0D9 Dark Turquoise

📋 copy color: '#13D0D9'

red 19 ◦ green 208 ◦ blue 217

#13D0D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #13D0D9

Tints of Dark Turquoise #13D0D9

RGB

 RED value IS 19 (7.81% from 255) = 4.28%

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 4.28%
G = 46.85%
B = 48.87%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13D0D9 (or 0x13D0D9) is known color: Dark Turquoise. HEX triplet: 13, D0 and D9. RGB value is (19,208,217). Sum of RGB (Red+Green+Blue) = 19+208+217=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #13D0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D0D9 is #EC2F26. Grayscale: #989898. Windows color (decimal): -15478567 or 14274579. OLE color: 14274579.

HSL color Cylindrical-coordinate representation of color #13D0D9: hue angle of 182.73º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D0D9 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 208 217 -
CMYK 0.91 0.04 0 0.15
HSL 182.73º 0.84% 0.46% -
HSV(B) 182.73º 0.91% 0.85% -
XYZ 35.35 50.26 73.48 -
YUV 152.52 164.38 32.77 -
System Red Green Blue C M Y K H S L
Decimal 19 208 217 0.91 0.04 0 0.15 182.73 0.84 0.46
Hex 13 D0 D9 5B 4 0 F B7 54 2E
Octal 23 320 331 133 4 0 17 267 124 56
Binary 10011 11010000 11011001 1011011 100 0 1111 10110111 1010100 101110

Color Harmonies of #13D0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D0D9

Black with #13D0D9

Text Example


Text Example

White with #13D0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,217); }

 H1.HeaderClassName
 {
   color: #13D0D9;
 }
 .AnyTagClassName
 {
   color: #13D0D9;
 }
</style>

background-color css

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

 a { background-color: rgb(19,208,217); }

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

border-color css

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

 span { border-color: rgb(19,208,217); }

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