Html Css Color HEX #14FADC Bright Turquoise

📋 copy color: '#14FADC'

red 20 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #14FADC

Tints of Bright Turquoise #14FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 4.08%
G = 51.02%
B = 44.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#14FADC (or 0x14FADC) is known color: Bright Turquoise. HEX triplet: 14, FA and DC. RGB value is (20,250,220). Sum of RGB (Red+Green+Blue) = 20+250+220=490 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.08% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #14FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FADC is #EB0523. Grayscale: #B1B1B1. Windows color (decimal): -15402276 or 14481940. OLE color: 14481940.

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

Color convert

RGB 20 250 220 -
CMYK 0.92 0 0.12 0.02
HSL 172.17º 0.96% 0.53% -
HSV(B) 172.17º 0.92% 0.98% -
XYZ 47.39 73.69 79.44 -
YUV 177.81 151.8 15.44 -
System Red Green Blue C M Y K H S L
Decimal 20 250 220 0.92 0 0.12 0.02 172.17 0.96 0.53
Hex 14 FA DC 5C 0 C 2 AC 60 35
Octal 24 372 334 134 0 14 2 254 140 65
Binary 10100 11111010 11011100 1011100 0 1100 10 10101100 1100000 110101

Color Harmonies of #14FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FADC

Black with #14FADC

Text Example


Text Example

White with #14FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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