Html Css Color HEX #14FACC Bright Turquoise

📋 copy color: '#14FACC'

red 20 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #14FACC

Tints of Bright Turquoise #14FACC

RGB

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

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

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

R = 4.22%
G = 52.74%
B = 43.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#14FACC (or 0x14FACC) is known color: Bright Turquoise. HEX triplet: 14, FA and CC. RGB value is (20,250,204). Sum of RGB (Red+Green+Blue) = 20+250+204=474 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.22% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #14FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FACC is #EB0533. Grayscale: #AFAFAF. Windows color (decimal): -15402292 or 13433364. OLE color: 13433364.

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

Color convert

RGB 20 250 204 -
CMYK 0.92 0 0.18 0.02
HSL 168º 0.96% 0.53% -
HSV(B) 168º 0.92% 0.98% -
XYZ 45.37 72.88 68.8 -
YUV 175.99 143.8 16.74 -
System Red Green Blue C M Y K H S L
Decimal 20 250 204 0.92 0 0.18 0.02 168 0.96 0.53
Hex 14 FA CC 5C 0 12 2 A8 60 35
Octal 24 372 314 134 0 22 2 250 140 65
Binary 10100 11111010 11001100 1011100 0 10010 10 10101000 1100000 110101

Color Harmonies of #14FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FACC

Black with #14FACC

Text Example


Text Example

White with #14FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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