Html Css Color HEX #17C4DC Dark Turquoise

📋 copy color: '#17C4DC'

red 23 ◦ green 196 ◦ blue 220

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

Shades of Dark Turquoise #17C4DC

Tints of Dark Turquoise #17C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 5.24%
G = 44.65%
B = 50.11%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17C4DC (or 0x17C4DC) is known color: Dark Turquoise. HEX triplet: 17, C4 and DC. RGB value is (23,196,220). Sum of RGB (Red+Green+Blue) = 23+196+220=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #17C4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C4DC is #E83B23. Grayscale: #929292. Windows color (decimal): -15219492 or 14468119. OLE color: 14468119.

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

Color convert

RGB 23 196 220 -
CMYK 0.90 0.11 0 0.14
HSL 187.31º 0.81% 0.48% -
HSV(B) 187.31º 0.9% 0.86% -
XYZ 33.01 44.83 74.62 -
YUV 147.01 169.19 39.55 -
System Red Green Blue C M Y K H S L
Decimal 23 196 220 0.90 0.11 0 0.14 187.31 0.81 0.48
Hex 17 C4 DC 5A B 0 E BB 51 30
Octal 27 304 334 132 13 0 16 273 121 60
Binary 10111 11000100 11011100 1011010 1011 0 1110 10111011 1010001 110000

Color Harmonies of #17C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17C4DC

Black with #17C4DC

Text Example


Text Example

White with #17C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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