Html Css Color HEX #17D0DB Dark Turquoise

📋 copy color: '#17D0DB'

red 23 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #17D0DB

Tints of Dark Turquoise #17D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

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

R = 5.11%
G = 46.22%
B = 48.67%

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

#17D0DB (or 0x17D0DB) is known color: Dark Turquoise. HEX triplet: 17, D0 and DB. RGB value is (23,208,219). Sum of RGB (Red+Green+Blue) = 23+208+219=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #17D0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D0DB is #E82F24. Grayscale: #999999. Windows color (decimal): -15216421 or 14405655. OLE color: 14405655.

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

Color convert

RGB 23 208 219 -
CMYK 0.89 0.05 0 0.14
HSL 183.37º 0.81% 0.47% -
HSV(B) 183.37º 0.89% 0.86% -
XYZ 35.7 50.41 74.87 -
YUV 153.94 164.71 34.61 -
System Red Green Blue C M Y K H S L
Decimal 23 208 219 0.89 0.05 0 0.14 183.37 0.81 0.47
Hex 17 D0 DB 59 5 0 E B7 51 2F
Octal 27 320 333 131 5 0 16 267 121 57
Binary 10111 11010000 11011011 1011001 101 0 1110 10110111 1010001 101111

Color Harmonies of #17D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D0DB

Black with #17D0DB

Text Example


Text Example

White with #17D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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