Html Css Color HEX #17DFDC Bright Turquoise

📋 copy color: '#17DFDC'

red 23 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #17DFDC

Tints of Bright Turquoise #17DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 4.94%
G = 47.85%
B = 47.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#17DFDC (or 0x17DFDC) is known color: Bright Turquoise. HEX triplet: 17, DF and DC. RGB value is (23,223,220). Sum of RGB (Red+Green+Blue) = 23+223+220=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFDC is #E82023. Grayscale: #A2A2A2. Windows color (decimal): -15212580 or 14475031. OLE color: 14475031.

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

Color convert

RGB 23 223 220 -
CMYK 0.90 0 0.01 0.13
HSL 179.1º 0.81% 0.48% -
HSV(B) 179.1º 0.9% 0.87% -
XYZ 39.66 58.12 76.84 -
YUV 162.86 160.24 28.24 -
System Red Green Blue C M Y K H S L
Decimal 23 223 220 0.90 0 0.01 0.13 179.1 0.81 0.48
Hex 17 DF DC 5A 0 1 D B3 51 30
Octal 27 337 334 132 0 1 15 263 121 60
Binary 10111 11011111 11011100 1011010 0 1 1101 10110011 1010001 110000

Color Harmonies of #17DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DFDC

Black with #17DFDC

Text Example


Text Example

White with #17DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,223,220); }

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

background-color css

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

 a { background-color: rgb(23,223,220); }

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

border-color css

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

 span { border-color: rgb(23,223,220); }

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