Html Css Color HEX #14FAC8 Bright Turquoise

📋 copy color: '#14FAC8'

red 20 ◦ green 250 ◦ blue 200

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

Shades of Bright Turquoise #14FAC8

Tints of Bright Turquoise #14FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 4.26%
G = 53.19%
B = 42.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#14FAC8 (or 0x14FAC8) is known color: Bright Turquoise. HEX triplet: 14, FA and C8. RGB value is (20,250,200). Sum of RGB (Red+Green+Blue) = 20+250+200=470 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAC8 is #EB0537. Grayscale: #AFAFAF. Windows color (decimal): -15402296 or 13171220. OLE color: 13171220.

HSL color Cylindrical-coordinate representation of color #14FAC8: hue angle of 166.96º 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 #14FAC8 is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 200 -
CMYK 0.92 0 0.2 0.02
HSL 166.96º 0.96% 0.53% -
HSV(B) 166.96º 0.92% 0.98% -
XYZ 44.9 72.69 66.31 -
YUV 175.53 141.8 17.07 -
System Red Green Blue C M Y K H S L
Decimal 20 250 200 0.92 0 0.2 0.02 166.96 0.96 0.53
Hex 14 FA C8 5C 0 14 2 A7 60 35
Octal 24 372 310 134 0 24 2 247 140 65
Binary 10100 11111010 11001000 1011100 0 10100 10 10100111 1100000 110101

Color Harmonies of #14FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAC8

Black with #14FAC8

Text Example


Text Example

White with #14FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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