Html Css Color HEX #17C1DC Dark Turquoise

📋 copy color: '#17C1DC'

red 23 ◦ green 193 ◦ blue 220

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

Shades of Dark Turquoise #17C1DC

Tints of Dark Turquoise #17C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 5.28%
G = 44.27%
B = 50.46%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17C1DC (or 0x17C1DC) is known color: Dark Turquoise. HEX triplet: 17, C1 and DC. RGB value is (23,193,220). Sum of RGB (Red+Green+Blue) = 23+193+220=436 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.28% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #17C1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C1DC is #E83E23. Grayscale: #909090. Windows color (decimal): -15220260 or 14467351. OLE color: 14467351.

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

Color convert

RGB 23 193 220 -
CMYK 0.90 0.12 0 0.14
HSL 188.22º 0.81% 0.48% -
HSV(B) 188.22º 0.9% 0.86% -
XYZ 32.34 43.49 74.4 -
YUV 145.25 170.18 40.8 -
System Red Green Blue C M Y K H S L
Decimal 23 193 220 0.90 0.12 0 0.14 188.22 0.81 0.48
Hex 17 C1 DC 5A C 0 E BC 51 30
Octal 27 301 334 132 14 0 16 274 121 60
Binary 10111 11000001 11011100 1011010 1100 0 1110 10111100 1010001 110000

Color Harmonies of #17C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17C1DC

Black with #17C1DC

Text Example


Text Example

White with #17C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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