Html Css Color HEX #17D2DB Dark Turquoise

📋 copy color: '#17D2DB'

red 23 ◦ green 210 ◦ blue 219

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

Shades of Dark Turquoise #17D2DB

Tints of Dark Turquoise #17D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

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

R = 5.09%
G = 46.46%
B = 48.45%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17D2DB (or 0x17D2DB) is known color: Dark Turquoise. HEX triplet: 17, D2 and DB. RGB value is (23,210,219). Sum of RGB (Red+Green+Blue) = 23+210+219=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #17D2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D2DB is #E82D24. Grayscale: #9A9A9A. Windows color (decimal): -15215909 or 14406167. OLE color: 14406167.

HSL color Cylindrical-coordinate representation of color #17D2DB: hue angle of 182.76º 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 #17D2DB is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 210 219 -
CMYK 0.89 0.04 0 0.14
HSL 182.76º 0.81% 0.47% -
HSV(B) 182.76º 0.89% 0.86% -
XYZ 36.19 51.39 75.03 -
YUV 155.11 164.05 33.77 -
System Red Green Blue C M Y K H S L
Decimal 23 210 219 0.89 0.04 0 0.14 182.76 0.81 0.47
Hex 17 D2 DB 59 4 0 E B7 51 2F
Octal 27 322 333 131 4 0 16 267 121 57
Binary 10111 11010010 11011011 1011001 100 0 1110 10110111 1010001 101111

Color Harmonies of #17D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D2DB

Black with #17D2DB

Text Example


Text Example

White with #17D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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