Html Css Color HEX #17CCDD Dark Turquoise

📋 copy color: '#17CCDD'

red 23 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #17CCDD

Tints of Dark Turquoise #17CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 5.13%
G = 45.54%
B = 49.33%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17CCDD (or 0x17CCDD) is known color: Dark Turquoise. HEX triplet: 17, CC and DD. RGB value is (23,204,221). Sum of RGB (Red+Green+Blue) = 23+204+221=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #17CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCDD is #E83322. Grayscale: #979797. Windows color (decimal): -15217443 or 14535703. OLE color: 14535703.

HSL color Cylindrical-coordinate representation of color #17CCDD: hue angle of 185.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 #17CCDD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 204 221 -
CMYK 0.90 0.08 0 0.13
HSL 185.15º 0.81% 0.48% -
HSV(B) 185.15º 0.9% 0.87% -
XYZ 35 48.59 75.94 -
YUV 151.82 167.03 36.12 -
System Red Green Blue C M Y K H S L
Decimal 23 204 221 0.90 0.08 0 0.13 185.15 0.81 0.48
Hex 17 CC DD 5A 8 0 D B9 51 30
Octal 27 314 335 132 10 0 15 271 121 60
Binary 10111 11001100 11011101 1011010 1000 0 1101 10111001 1010001 110000

Color Harmonies of #17CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CCDD

Black with #17CCDD

Text Example


Text Example

White with #17CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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