Html Css Color HEX #17D8CC Dark Turquoise

📋 copy color: '#17D8CC'

red 23 ◦ green 216 ◦ blue 204

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

Shades of Dark Turquoise #17D8CC

Tints of Dark Turquoise #17D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.76%

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

R = 5.19%
G = 48.76%
B = 46.05%

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

#17D8CC (or 0x17D8CC) is known color: Dark Turquoise. HEX triplet: 17, D8 and CC. RGB value is (23,216,204). Sum of RGB (Red+Green+Blue) = 23+216+204=443 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.19% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #17D8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D8CC is #E82733. Grayscale: #9C9C9C. Windows color (decimal): -15214388 or 13424663. OLE color: 13424663.

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

Color convert

RGB 23 216 204 -
CMYK 0.89 0 0.06 0.15
HSL 176.27º 0.81% 0.47% -
HSV(B) 176.27º 0.89% 0.85% -
XYZ 35.81 53.65 65.6 -
YUV 156.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 23 216 204 0.89 0 0.06 0.15 176.27 0.81 0.47
Hex 17 D8 CC 59 0 6 F B0 51 2F
Octal 27 330 314 131 0 6 17 260 121 57
Binary 10111 11011000 11001100 1011001 0 110 1111 10110000 1010001 101111

Color Harmonies of #17D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D8CC

Black with #17D8CC

Text Example


Text Example

White with #17D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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