Html Css Color HEX #17FDC0 Bright Turquoise

📋 copy color: '#17FDC0'

red 23 ◦ green 253 ◦ blue 192

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

Shades of Bright Turquoise #17FDC0

Tints of Bright Turquoise #17FDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.06%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 4.91%
G = 54.06%
B = 41.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#17FDC0 (or 0x17FDC0) is known color: Bright Turquoise. HEX triplet: 17, FD and C0. RGB value is (23,253,192). Sum of RGB (Red+Green+Blue) = 23+253+192=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDC0 is #E8023F. Grayscale: #B1B1B1. Windows color (decimal): -15204928 or 12647703. OLE color: 12647703.

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

Color convert

RGB 23 253 192 -
CMYK 0.91 0 0.24 0.01
HSL 164.09º 0.98% 0.54% -
HSV(B) 164.09º 0.91% 0.99% -
XYZ 44.99 74.24 61.83 -
YUV 177.28 136.3 17.96 -
System Red Green Blue C M Y K H S L
Decimal 23 253 192 0.91 0 0.24 0.01 164.09 0.98 0.54
Hex 17 FD C0 5B 0 18 1 A4 62 36
Octal 27 375 300 133 0 30 1 244 142 66
Binary 10111 11111101 11000000 1011011 0 11000 1 10100100 1100010 110110

Color Harmonies of #17FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FDC0

Black with #17FDC0

Text Example


Text Example

White with #17FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,253,192); }

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

background-color css

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

 a { background-color: rgb(23,253,192); }

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

border-color css

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

 span { border-color: rgb(23,253,192); }

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