Html Css Color HEX #17DADC Bright Turquoise

📋 copy color: '#17DADC'

red 23 ◦ green 218 ◦ blue 220

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

Shades of Bright Turquoise #17DADC

Tints of Bright Turquoise #17DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 4.99%
G = 47.29%
B = 47.72%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#17DADC (or 0x17DADC) is known color: Bright Turquoise. HEX triplet: 17, DA and DC. RGB value is (23,218,220). Sum of RGB (Red+Green+Blue) = 23+218+220=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #17DADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DADC is #E82523. Grayscale: #9F9F9F. Windows color (decimal): -15213860 or 14473751. OLE color: 14473751.

HSL color Cylindrical-coordinate representation of color #17DADC: hue angle of 180.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DADC is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 218 220 -
CMYK 0.90 0.01 0 0.14
HSL 180.61º 0.81% 0.48% -
HSV(B) 180.61º 0.9% 0.86% -
XYZ 38.34 55.49 76.4 -
YUV 159.92 161.9 30.34 -
System Red Green Blue C M Y K H S L
Decimal 23 218 220 0.90 0.01 0 0.14 180.61 0.81 0.48
Hex 17 DA DC 5A 1 0 E B5 51 30
Octal 27 332 334 132 1 0 16 265 121 60
Binary 10111 11011010 11011100 1011010 1 0 1110 10110101 1010001 110000

Color Harmonies of #17DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DADC

Black with #17DADC

Text Example


Text Example

White with #17DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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