Html Css Color HEX #17C7DC Dark Turquoise

📋 copy color: '#17C7DC'

red 23 ◦ green 199 ◦ blue 220

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

Shades of Dark Turquoise #17C7DC

Tints of Dark Turquoise #17C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 5.2%
G = 45.02%
B = 49.77%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17C7DC (or 0x17C7DC) is known color: Dark Turquoise. HEX triplet: 17, C7 and DC. RGB value is (23,199,220). Sum of RGB (Red+Green+Blue) = 23+199+220=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #17C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C7DC is #E83823. Grayscale: #949494. Windows color (decimal): -15218724 or 14468887. OLE color: 14468887.

HSL color Cylindrical-coordinate representation of color #17C7DC: hue angle of 186.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C7DC is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 199 220 -
CMYK 0.90 0.10 0 0.14
HSL 186.4º 0.81% 0.48% -
HSV(B) 186.4º 0.9% 0.86% -
XYZ 33.7 46.2 74.85 -
YUV 148.77 168.19 38.29 -
System Red Green Blue C M Y K H S L
Decimal 23 199 220 0.90 0.10 0 0.14 186.4 0.81 0.48
Hex 17 C7 DC 5A A 0 E BA 51 30
Octal 27 307 334 132 12 0 16 272 121 60
Binary 10111 11000111 11011100 1011010 1010 0 1110 10111010 1010001 110000

Color Harmonies of #17C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17C7DC

Black with #17C7DC

Text Example


Text Example

White with #17C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,199,220); }

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

background-color css

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

 a { background-color: rgb(23,199,220); }

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

border-color css

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

 span { border-color: rgb(23,199,220); }

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