Html Css Color HEX #17DDCD Bright Turquoise

📋 copy color: '#17DDCD'

red 23 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #17DDCD

Tints of Bright Turquoise #17DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 5.12%
G = 49.22%
B = 45.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#17DDCD (or 0x17DDCD) is known color: Bright Turquoise. HEX triplet: 17, DD and CD. RGB value is (23,221,205). Sum of RGB (Red+Green+Blue) = 23+221+205=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #17DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DDCD is #E82232. Grayscale: #9F9F9F. Windows color (decimal): -15213107 or 13491479. OLE color: 13491479.

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

Color convert

RGB 23 221 205 -
CMYK 0.90 0 0.07 0.13
HSL 175.15º 0.81% 0.48% -
HSV(B) 175.15º 0.9% 0.87% -
XYZ 37.23 56.3 66.66 -
YUV 159.97 153.4 30.3 -
System Red Green Blue C M Y K H S L
Decimal 23 221 205 0.90 0 0.07 0.13 175.15 0.81 0.48
Hex 17 DD CD 5A 0 7 D AF 51 30
Octal 27 335 315 132 0 7 15 257 121 60
Binary 10111 11011101 11001101 1011010 0 111 1101 10101111 1010001 110000

Color Harmonies of #17DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDCD

Black with #17DDCD

Text Example


Text Example

White with #17DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,221,205); }

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

background-color css

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

 a { background-color: rgb(23,221,205); }

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

border-color css

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

 span { border-color: rgb(23,221,205); }

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