Html Css Color HEX #13C8DB Dark Turquoise

📋 copy color: '#13C8DB'

red 19 ◦ green 200 ◦ blue 219

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

Shades of Dark Turquoise #13C8DB

Tints of Dark Turquoise #13C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 4.34%
G = 45.66%
B = 50%

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

#13C8DB (or 0x13C8DB) is known color: Dark Turquoise. HEX triplet: 13, C8 and DB. RGB value is (19,200,219). Sum of RGB (Red+Green+Blue) = 19+200+219=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #13C8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8DB is #EC3724. Grayscale: #939393. Windows color (decimal): -15480613 or 14403603. OLE color: 14403603.

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

Color convert

RGB 19 200 219 -
CMYK 0.91 0.09 0 0.14
HSL 185.7º 0.84% 0.47% -
HSV(B) 185.7º 0.91% 0.86% -
XYZ 33.71 46.56 74.23 -
YUV 148.05 168.03 35.96 -
System Red Green Blue C M Y K H S L
Decimal 19 200 219 0.91 0.09 0 0.14 185.7 0.84 0.47
Hex 13 C8 DB 5B 9 0 E BA 54 2F
Octal 23 310 333 133 11 0 16 272 124 57
Binary 10011 11001000 11011011 1011011 1001 0 1110 10111010 1010100 101111

Color Harmonies of #13C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C8DB

Black with #13C8DB

Text Example


Text Example

White with #13C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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