Html Css Color HEX #14FAC5 Bright Turquoise

📋 copy color: '#14FAC5'

red 20 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #14FAC5

Tints of Bright Turquoise #14FAC5

RGB

 RED value IS 20 (8.2% from 255) = 4.28%

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

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 4.28%
G = 53.53%
B = 42.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#14FAC5 (or 0x14FAC5) is known color: Bright Turquoise. HEX triplet: 14, FA and C5. RGB value is (20,250,197). Sum of RGB (Red+Green+Blue) = 20+250+197=467 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.28% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAC5 is #EB053A. Grayscale: #AFAFAF. Windows color (decimal): -15402299 or 12974612. OLE color: 12974612.

HSL color Cylindrical-coordinate representation of color #14FAC5: hue angle of 166.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FAC5 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 197 -
CMYK 0.92 0 0.21 0.02
HSL 166.17º 0.96% 0.53% -
HSV(B) 166.17º 0.92% 0.98% -
XYZ 44.55 72.55 64.48 -
YUV 175.19 140.3 17.31 -
System Red Green Blue C M Y K H S L
Decimal 20 250 197 0.92 0 0.21 0.02 166.17 0.96 0.53
Hex 14 FA C5 5C 0 15 2 A6 60 35
Octal 24 372 305 134 0 25 2 246 140 65
Binary 10100 11111010 11000101 1011100 0 10101 10 10100110 1100000 110101

Color Harmonies of #14FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAC5

Black with #14FAC5

Text Example


Text Example

White with #14FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14FAC5; }

 p { color: rgb(20,250,197); }

 H1.HeaderClassName
 {
   color: #14FAC5;
 }
 .AnyTagClassName
 {
   color: #14FAC5;
 }
</style>

background-color css

<style>
 a { background-color: #14FAC5; }

 a { background-color: rgb(20,250,197); }

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

border-color css

<style>
 span { border-color: #14FAC5; }

 span { border-color: rgb(20,250,197); }

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