Html Css Color HEX #17FED6 Bright Turquoise

📋 copy color: '#17FED6'

red 23 ◦ green 254 ◦ blue 214

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

Shades of Bright Turquoise #17FED6

Tints of Bright Turquoise #17FED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.73%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 4.68%
G = 51.73%
B = 43.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#17FED6 (or 0x17FED6) is known color: Bright Turquoise. HEX triplet: 17, FE and D6. RGB value is (23,254,214). Sum of RGB (Red+Green+Blue) = 23+254+214=491 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.68% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #17FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FED6 is #E80129. Grayscale: #B4B4B4. Windows color (decimal): -15204650 or 14089751. OLE color: 14089751.

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

Color convert

RGB 23 254 214 -
CMYK 0.91 0 0.16 0.00
HSL 169.61º 0.99% 0.54% -
HSV(B) 169.61º 0.91% 1% -
XYZ 47.93 75.92 75.75 -
YUV 180.37 146.97 15.75 -
System Red Green Blue C M Y K H S L
Decimal 23 254 214 0.91 0 0.16 0.00 169.61 0.99 0.54
Hex 17 FE D6 5B 0 10 0 AA 63 36
Octal 27 376 326 133 0 20 0 252 143 66
Binary 10111 11111110 11010110 1011011 0 10000 0 10101010 1100011 110110

Color Harmonies of #17FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FED6

Black with #17FED6

Text Example


Text Example

White with #17FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,254,214); }

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

background-color css

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

 a { background-color: rgb(23,254,214); }

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

border-color css

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

 span { border-color: rgb(23,254,214); }

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