Html Css Color HEX #17D0DD Dark Turquoise

📋 copy color: '#17D0DD'

red 23 ◦ green 208 ◦ blue 221

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

Shades of Dark Turquoise #17D0DD

Tints of Dark Turquoise #17D0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

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

R = 5.09%
G = 46.02%
B = 48.89%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17D0DD (or 0x17D0DD) is known color: Dark Turquoise. HEX triplet: 17, D0 and DD. RGB value is (23,208,221). Sum of RGB (Red+Green+Blue) = 23+208+221=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #17D0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D0DD is #E82F22. Grayscale: #999999. Windows color (decimal): -15216419 or 14536727. OLE color: 14536727.

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

Color convert

RGB 23 208 221 -
CMYK 0.90 0.06 0 0.13
HSL 183.94º 0.81% 0.48% -
HSV(B) 183.94º 0.9% 0.87% -
XYZ 35.96 50.51 76.26 -
YUV 154.17 165.71 34.44 -
System Red Green Blue C M Y K H S L
Decimal 23 208 221 0.90 0.06 0 0.13 183.94 0.81 0.48
Hex 17 D0 DD 5A 6 0 D B8 51 30
Octal 27 320 335 132 6 0 15 270 121 60
Binary 10111 11010000 11011101 1011010 110 0 1101 10111000 1010001 110000

Color Harmonies of #17D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D0DD

Black with #17D0DD

Text Example


Text Example

White with #17D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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