Html Css Color HEX #17FADD Bright Turquoise

📋 copy color: '#17FADD'

red 23 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #17FADD

Tints of Bright Turquoise #17FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 4.66%
G = 50.61%
B = 44.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#17FADD (or 0x17FADD) is known color: Bright Turquoise. HEX triplet: 17, FA and DD. RGB value is (23,250,221). Sum of RGB (Red+Green+Blue) = 23+250+221=494 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.66% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #17FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FADD is #E80522. Grayscale: #B2B2B2. Windows color (decimal): -15205667 or 14547479. OLE color: 14547479.

HSL color Cylindrical-coordinate representation of color #17FADD: hue angle of 172.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FADD is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 250 221 -
CMYK 0.91 0 0.12 0.02
HSL 172.33º 0.96% 0.54% -
HSV(B) 172.33º 0.91% 0.98% -
XYZ 47.59 73.77 80.14 -
YUV 178.82 151.79 16.86 -
System Red Green Blue C M Y K H S L
Decimal 23 250 221 0.91 0 0.12 0.02 172.33 0.96 0.54
Hex 17 FA DD 5B 0 C 2 AC 60 36
Octal 27 372 335 133 0 14 2 254 140 66
Binary 10111 11111010 11011101 1011011 0 1100 10 10101100 1100000 110110

Color Harmonies of #17FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FADD

Black with #17FADD

Text Example


Text Example

White with #17FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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