Html Css Color HEX #17FFDC Bright Turquoise

📋 copy color: '#17FFDC'

red 23 ◦ green 255 ◦ blue 220

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

Shades of Bright Turquoise #17FFDC

Tints of Bright Turquoise #17FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 4.62%
G = 51.2%
B = 44.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#17FFDC (or 0x17FFDC) is known color: Bright Turquoise. HEX triplet: 17, FF and DC. RGB value is (23,255,220). Sum of RGB (Red+Green+Blue) = 23+255+220=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFDC is #E80023. Grayscale: #B5B5B5. Windows color (decimal): -15204388 or 14483223. OLE color: 14483223.

HSL color Cylindrical-coordinate representation of color #17FFDC: hue angle of 170.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFDC is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 23 255 220 -
CMYK 0.91 0 0.14 0
HSL 170.95º 1% 0.55% -
HSV(B) 170.95º 0.91% 1% -
XYZ 49.03 76.87 79.96 -
YUV 181.64 149.64 14.85 -
System Red Green Blue C M Y K H S L
Decimal 23 255 220 0.91 0 0.14 0 170.95 1 0.55
Hex 17 FF DC 5B 0 E 0 AB 64 37
Octal 27 377 334 133 0 16 0 253 144 67
Binary 10111 11111111 11011100 1011011 0 1110 0 10101011 1100100 110111

Color Harmonies of #17FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FFDC

Black with #17FFDC

Text Example


Text Example

White with #17FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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