Html Css Color HEX #17D1DB Dark Turquoise

📋 copy color: '#17D1DB'

red 23 ◦ green 209 ◦ blue 219

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

Shades of Dark Turquoise #17D1DB

Tints of Dark Turquoise #17D1DB

RGB

 RED value IS 23 (9.38% from 255) = 5.1%

 GREEN value IS 209 (82.03% from 255) = 46.34%

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

R = 5.1%
G = 46.34%
B = 48.56%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17D1DB (or 0x17D1DB) is known color: Dark Turquoise. HEX triplet: 17, D1 and DB. RGB value is (23,209,219). Sum of RGB (Red+Green+Blue) = 23+209+219=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #17D1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D1DB is #E82E24. Grayscale: #9A9A9A. Windows color (decimal): -15216165 or 14405911. OLE color: 14405911.

HSL color Cylindrical-coordinate representation of color #17D1DB: hue angle of 183.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D1DB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 209 219 -
CMYK 0.89 0.05 0 0.14
HSL 183.06º 0.81% 0.47% -
HSV(B) 183.06º 0.89% 0.86% -
XYZ 35.94 50.9 74.95 -
YUV 154.53 164.38 34.19 -
System Red Green Blue C M Y K H S L
Decimal 23 209 219 0.89 0.05 0 0.14 183.06 0.81 0.47
Hex 17 D1 DB 59 5 0 E B7 51 2F
Octal 27 321 333 131 5 0 16 267 121 57
Binary 10111 11010001 11011011 1011001 101 0 1110 10110111 1010001 101111

Color Harmonies of #17D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D1DB

Black with #17D1DB

Text Example


Text Example

White with #17D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17D1DB; }

 p { color: rgb(23,209,219); }

 H1.HeaderClassName
 {
   color: #17D1DB;
 }
 .AnyTagClassName
 {
   color: #17D1DB;
 }
</style>

background-color css

<style>
 a { background-color: #17D1DB; }

 a { background-color: rgb(23,209,219); }

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

border-color css

<style>
 span { border-color: #17D1DB; }

 span { border-color: rgb(23,209,219); }

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