Html Css Color HEX #17FACD Bright Turquoise

📋 copy color: '#17FACD'

red 23 ◦ green 250 ◦ blue 205

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

Shades of Bright Turquoise #17FACD

Tints of Bright Turquoise #17FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 4.81%
G = 52.3%
B = 42.89%

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

#17FACD (or 0x17FACD) is known color: Bright Turquoise. HEX triplet: 17, FA and CD. RGB value is (23,250,205). Sum of RGB (Red+Green+Blue) = 23+250+205=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #17FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FACD is #E80532. Grayscale: #B0B0B0. Windows color (decimal): -15205683 or 13498903. OLE color: 13498903.

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

Color convert

RGB 23 250 205 -
CMYK 0.91 0 0.18 0.02
HSL 168.11º 0.96% 0.54% -
HSV(B) 168.11º 0.91% 0.98% -
XYZ 45.56 72.96 69.44 -
YUV 177 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 23 250 205 0.91 0 0.18 0.02 168.11 0.96 0.54
Hex 17 FA CD 5B 0 12 2 A8 60 36
Octal 27 372 315 133 0 22 2 250 140 66
Binary 10111 11111010 11001101 1011011 0 10010 10 10101000 1100000 110110

Color Harmonies of #17FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FACD

Black with #17FACD

Text Example


Text Example

White with #17FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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