Html Css Color HEX #17FACC Bright Turquoise

📋 copy color: '#17FACC'

red 23 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #17FACC

Tints of Bright Turquoise #17FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 4.82%
G = 52.41%
B = 42.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#17FACC (or 0x17FACC) is known color: Bright Turquoise. HEX triplet: 17, FA and CC. RGB value is (23,250,204). Sum of RGB (Red+Green+Blue) = 23+250+204=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #17FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FACC is #E80533. Grayscale: #B0B0B0. Windows color (decimal): -15205684 or 13433367. OLE color: 13433367.

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

Color convert

RGB 23 250 204 -
CMYK 0.91 0 0.18 0.02
HSL 167.84º 0.96% 0.54% -
HSV(B) 167.84º 0.91% 0.98% -
XYZ 45.44 72.91 68.81 -
YUV 176.88 143.29 18.24 -
System Red Green Blue C M Y K H S L
Decimal 23 250 204 0.91 0 0.18 0.02 167.84 0.96 0.54
Hex 17 FA CC 5B 0 12 2 A8 60 36
Octal 27 372 314 133 0 22 2 250 140 66
Binary 10111 11111010 11001100 1011011 0 10010 10 10101000 1100000 110110

Color Harmonies of #17FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FACC

Black with #17FACC

Text Example


Text Example

White with #17FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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