Html Css Color HEX #13CCD0 Dark Turquoise

📋 copy color: '#13CCD0'

red 19 ◦ green 204 ◦ blue 208

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

Shades of Dark Turquoise #13CCD0

Tints of Dark Turquoise #13CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.33%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 4.41%
G = 47.33%
B = 48.26%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13CCD0 (or 0x13CCD0) is known color: Dark Turquoise. HEX triplet: 13, CC and D0. RGB value is (19,204,208). Sum of RGB (Red+Green+Blue) = 19+204+208=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #13CCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCD0 is #EC332F. Grayscale: #949494. Windows color (decimal): -15479600 or 13683731. OLE color: 13683731.

HSL color Cylindrical-coordinate representation of color #13CCD0: hue angle of 181.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCD0 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 204 208 -
CMYK 0.91 0.02 0 0.18
HSL 181.27º 0.83% 0.45% -
HSV(B) 181.27º 0.91% 0.82% -
XYZ 33.25 47.88 67.16 -
YUV 149.14 161.21 35.17 -
System Red Green Blue C M Y K H S L
Decimal 19 204 208 0.91 0.02 0 0.18 181.27 0.83 0.45
Hex 13 CC D0 5B 2 0 12 B5 53 2D
Octal 23 314 320 133 2 0 22 265 123 55
Binary 10011 11001100 11010000 1011011 10 0 10010 10110101 1010011 101101

Color Harmonies of #13CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCD0

Black with #13CCD0

Text Example


Text Example

White with #13CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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