Html Css Color HEX #13C6DB Dark Turquoise

📋 copy color: '#13C6DB'

red 19 ◦ green 198 ◦ blue 219

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

Shades of Dark Turquoise #13C6DB

Tints of Dark Turquoise #13C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 4.36%
G = 45.41%
B = 50.23%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13C6DB (or 0x13C6DB) is known color: Dark Turquoise. HEX triplet: 13, C6 and DB. RGB value is (19,198,219). Sum of RGB (Red+Green+Blue) = 19+198+219=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #13C6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6DB is #EC3924. Grayscale: #929292. Windows color (decimal): -15481125 or 14403091. OLE color: 14403091.

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

Color convert

RGB 19 198 219 -
CMYK 0.91 0.10 0 0.14
HSL 186.3º 0.84% 0.47% -
HSV(B) 186.3º 0.91% 0.86% -
XYZ 33.25 45.64 74.08 -
YUV 146.87 168.7 36.79 -
System Red Green Blue C M Y K H S L
Decimal 19 198 219 0.91 0.10 0 0.14 186.3 0.84 0.47
Hex 13 C6 DB 5B A 0 E BA 54 2F
Octal 23 306 333 133 12 0 16 272 124 57
Binary 10011 11000110 11011011 1011011 1010 0 1110 10111010 1010100 101111

Color Harmonies of #13C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C6DB

Black with #13C6DB

Text Example


Text Example

White with #13C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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