Html Css Color HEX #17FACB Bright Turquoise

📋 copy color: '#17FACB'

red 23 ◦ green 250 ◦ blue 203

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

Shades of Bright Turquoise #17FACB

Tints of Bright Turquoise #17FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 4.83%
G = 52.52%
B = 42.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#17FACB (or 0x17FACB) is known color: Bright Turquoise. HEX triplet: 17, FA and CB. RGB value is (23,250,203). Sum of RGB (Red+Green+Blue) = 23+250+203=476 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.83% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #17FACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FACB is #E80534. Grayscale: #B0B0B0. Windows color (decimal): -15205685 or 13367831. OLE color: 13367831.

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

Color convert

RGB 23 250 203 -
CMYK 0.91 0 0.19 0.02
HSL 167.58º 0.96% 0.54% -
HSV(B) 167.58º 0.91% 0.98% -
XYZ 45.32 72.87 68.18 -
YUV 176.77 142.79 18.32 -
System Red Green Blue C M Y K H S L
Decimal 23 250 203 0.91 0 0.19 0.02 167.58 0.96 0.54
Hex 17 FA CB 5B 0 13 2 A8 60 36
Octal 27 372 313 133 0 23 2 250 140 66
Binary 10111 11111010 11001011 1011011 0 10011 10 10101000 1100000 110110

Color Harmonies of #17FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FACB

Black with #17FACB

Text Example


Text Example

White with #17FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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