Html Css Color HEX #17CDDD Dark Turquoise

📋 copy color: '#17CDDD'

red 23 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #17CDDD

Tints of Dark Turquoise #17CDDD

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17CDDD (or 0x17CDDD) is known color: Dark Turquoise. HEX triplet: 17, CD and DD. RGB value is (23,205,221). Sum of RGB (Red+Green+Blue) = 23+205+221=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #17CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDDD is #E83222. Grayscale: #989898. Windows color (decimal): -15217187 or 14535959. OLE color: 14535959.

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

Color convert

RGB 23 205 221 -
CMYK 0.90 0.07 0 0.13
HSL 184.85º 0.81% 0.48% -
HSV(B) 184.85º 0.9% 0.87% -
XYZ 35.24 49.07 76.02 -
YUV 152.41 166.7 35.7 -
System Red Green Blue C M Y K H S L
Decimal 23 205 221 0.90 0.07 0 0.13 184.85 0.81 0.48
Hex 17 CD DD 5A 7 0 D B9 51 30
Octal 27 315 335 132 7 0 15 271 121 60
Binary 10111 11001101 11011101 1011010 111 0 1101 10111001 1010001 110000

Color Harmonies of #17CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CDDD

Black with #17CDDD

Text Example


Text Example

White with #17CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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