Html Css Color HEX #13C7DB Dark Turquoise

📋 copy color: '#13C7DB'

red 19 ◦ green 199 ◦ blue 219

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

Shades of Dark Turquoise #13C7DB

Tints of Dark Turquoise #13C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 4.35%
G = 45.54%
B = 50.11%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13C7DB (or 0x13C7DB) is known color: Dark Turquoise. HEX triplet: 13, C7 and DB. RGB value is (19,199,219). Sum of RGB (Red+Green+Blue) = 19+199+219=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #13C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C7DB is #EC3824. Grayscale: #939393. Windows color (decimal): -15480869 or 14403347. OLE color: 14403347.

HSL color Cylindrical-coordinate representation of color #13C7DB: hue angle of 186º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C7DB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 199 219 -
CMYK 0.91 0.09 0 0.14
HSL 186º 0.84% 0.47% -
HSV(B) 186º 0.91% 0.86% -
XYZ 33.48 46.1 74.15 -
YUV 147.46 168.37 36.37 -
System Red Green Blue C M Y K H S L
Decimal 19 199 219 0.91 0.09 0 0.14 186 0.84 0.47
Hex 13 C7 DB 5B 9 0 E BA 54 2F
Octal 23 307 333 133 11 0 16 272 124 57
Binary 10011 11000111 11011011 1011011 1001 0 1110 10111010 1010100 101111

Color Harmonies of #13C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C7DB

Black with #13C7DB

Text Example


Text Example

White with #13C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,199,219); }

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

background-color css

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

 a { background-color: rgb(19,199,219); }

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

border-color css

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

 span { border-color: rgb(19,199,219); }

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