Html Css Color HEX #13D9CE Dark Turquoise

📋 copy color: '#13D9CE'

red 19 ◦ green 217 ◦ blue 206

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

Shades of Dark Turquoise #13D9CE

Tints of Dark Turquoise #13D9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 4.3%
G = 49.1%
B = 46.61%

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

#13D9CE (or 0x13D9CE) is known color: Dark Turquoise. HEX triplet: 13, D9 and CE. RGB value is (19,217,206). Sum of RGB (Red+Green+Blue) = 19+217+206=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D9CE is #EC2631. Grayscale: #9C9C9C. Windows color (decimal): -15476274 or 13555987. OLE color: 13555987.

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

Color convert

RGB 19 217 206 -
CMYK 0.91 0 0.05 0.15
HSL 176.67º 0.84% 0.46% -
HSV(B) 176.67º 0.91% 0.85% -
XYZ 36.22 54.22 66.95 -
YUV 156.54 155.9 29.89 -
System Red Green Blue C M Y K H S L
Decimal 19 217 206 0.91 0 0.05 0.15 176.67 0.84 0.46
Hex 13 D9 CE 5B 0 5 F B1 54 2E
Octal 23 331 316 133 0 5 17 261 124 56
Binary 10011 11011001 11001110 1011011 0 101 1111 10110001 1010100 101110

Color Harmonies of #13D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D9CE

Black with #13D9CE

Text Example


Text Example

White with #13D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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