Html Css Color HEX #13D2DA Dark Turquoise

📋 copy color: '#13D2DA'

red 19 ◦ green 210 ◦ blue 218

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

Shades of Dark Turquoise #13D2DA

Tints of Dark Turquoise #13D2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 4.25%
G = 46.98%
B = 48.77%

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

#13D2DA (or 0x13D2DA) is known color: Dark Turquoise. HEX triplet: 13, D2 and DA. RGB value is (19,210,218). Sum of RGB (Red+Green+Blue) = 19+210+218=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #13D2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D2DA is #EC2D25. Grayscale: #999999. Windows color (decimal): -15478054 or 14340627. OLE color: 14340627.

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

Color convert

RGB 19 210 218 -
CMYK 0.91 0.04 0 0.15
HSL 182.41º 0.84% 0.46% -
HSV(B) 182.41º 0.91% 0.85% -
XYZ 35.97 51.29 74.33 -
YUV 153.8 164.22 31.85 -
System Red Green Blue C M Y K H S L
Decimal 19 210 218 0.91 0.04 0 0.15 182.41 0.84 0.46
Hex 13 D2 DA 5B 4 0 F B6 54 2E
Octal 23 322 332 133 4 0 17 266 124 56
Binary 10011 11010010 11011010 1011011 100 0 1111 10110110 1010100 101110

Color Harmonies of #13D2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2DA

Black with #13D2DA

Text Example


Text Example

White with #13D2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,210,218); }

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

background-color css

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

 a { background-color: rgb(19,210,218); }

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

border-color css

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

 span { border-color: rgb(19,210,218); }

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