Html Css Color HEX #17FAC2 Bright Turquoise

📋 copy color: '#17FAC2'

red 23 ◦ green 250 ◦ blue 194

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

Shades of Bright Turquoise #17FAC2

Tints of Bright Turquoise #17FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 4.93%
G = 53.53%
B = 41.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#17FAC2 (or 0x17FAC2) is known color: Bright Turquoise. HEX triplet: 17, FA and C2. RGB value is (23,250,194). Sum of RGB (Red+Green+Blue) = 23+250+194=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #17FAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FAC2 is #E8053D. Grayscale: #AFAFAF. Windows color (decimal): -15205694 or 12778007. OLE color: 12778007.

HSL color Cylindrical-coordinate representation of color #17FAC2: hue angle of 165.2º 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 #17FAC2 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 250 194 -
CMYK 0.91 0 0.22 0.02
HSL 165.2º 0.96% 0.54% -
HSV(B) 165.2º 0.91% 0.98% -
XYZ 44.28 72.45 62.69 -
YUV 175.74 138.29 19.05 -
System Red Green Blue C M Y K H S L
Decimal 23 250 194 0.91 0 0.22 0.02 165.2 0.96 0.54
Hex 17 FA C2 5B 0 16 2 A5 60 36
Octal 27 372 302 133 0 26 2 245 140 66
Binary 10111 11111010 11000010 1011011 0 10110 10 10100101 1100000 110110

Color Harmonies of #17FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FAC2

Black with #17FAC2

Text Example


Text Example

White with #17FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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