Html Css Color HEX #17D9CC Dark Turquoise

📋 copy color: '#17D9CC'

red 23 ◦ green 217 ◦ blue 204

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

Shades of Dark Turquoise #17D9CC

Tints of Dark Turquoise #17D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.87%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 5.18%
G = 48.87%
B = 45.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#17D9CC (or 0x17D9CC) is known color: Dark Turquoise. HEX triplet: 17, D9 and CC. RGB value is (23,217,204). Sum of RGB (Red+Green+Blue) = 23+217+204=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #17D9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D9CC is #E82633. Grayscale: #9D9D9D. Windows color (decimal): -15214132 or 13424919. OLE color: 13424919.

HSL color Cylindrical-coordinate representation of color #17D9CC: hue angle of 175.98º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D9CC is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 217 204 -
CMYK 0.89 0 0.06 0.15
HSL 175.98º 0.81% 0.47% -
HSV(B) 175.98º 0.89% 0.85% -
XYZ 36.07 54.17 65.68 -
YUV 157.51 154.23 32.06 -
System Red Green Blue C M Y K H S L
Decimal 23 217 204 0.89 0 0.06 0.15 175.98 0.81 0.47
Hex 17 D9 CC 59 0 6 F B0 51 2F
Octal 27 331 314 131 0 6 17 260 121 57
Binary 10111 11011001 11001100 1011001 0 110 1111 10110000 1010001 101111

Color Harmonies of #17D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D9CC

Black with #17D9CC

Text Example


Text Example

White with #17D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,217,204); }

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

background-color css

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

 a { background-color: rgb(23,217,204); }

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

border-color css

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

 span { border-color: rgb(23,217,204); }

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