Html Css Color HEX #13D9CF Dark Turquoise

📋 copy color: '#13D9CF'

red 19 ◦ green 217 ◦ blue 207

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

Shades of Dark Turquoise #13D9CF

Tints of Dark Turquoise #13D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 4.29%
G = 48.98%
B = 46.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#13D9CF (or 0x13D9CF) is known color: Dark Turquoise. HEX triplet: 13, D9 and CF. RGB value is (19,217,207). Sum of RGB (Red+Green+Blue) = 19+217+207=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D9CF is #EC2630. Grayscale: #9C9C9C. Windows color (decimal): -15476273 or 13621523. OLE color: 13621523.

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

Color convert

RGB 19 217 207 -
CMYK 0.91 0 0.05 0.15
HSL 176.97º 0.84% 0.46% -
HSV(B) 176.97º 0.91% 0.85% -
XYZ 36.34 54.27 67.59 -
YUV 156.66 156.4 29.81 -
System Red Green Blue C M Y K H S L
Decimal 19 217 207 0.91 0 0.05 0.15 176.97 0.84 0.46
Hex 13 D9 CF 5B 0 5 F B1 54 2E
Octal 23 331 317 133 0 5 17 261 124 56
Binary 10011 11011001 11001111 1011011 0 101 1111 10110001 1010100 101110

Color Harmonies of #13D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D9CF

Black with #13D9CF

Text Example


Text Example

White with #13D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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