Html Css Color HEX #14FADE Bright Turquoise

📋 copy color: '#14FADE'

red 20 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #14FADE

Tints of Bright Turquoise #14FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 4.07%
G = 50.81%
B = 45.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#14FADE (or 0x14FADE) is known color: Bright Turquoise. HEX triplet: 14, FA and DE. RGB value is (20,250,222). Sum of RGB (Red+Green+Blue) = 20+250+222=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #14FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FADE is #EB0521. Grayscale: #B1B1B1. Windows color (decimal): -15402274 or 14613012. OLE color: 14613012.

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

Color convert

RGB 20 250 222 -
CMYK 0.92 0 0.11 0.02
HSL 172.7º 0.96% 0.53% -
HSV(B) 172.7º 0.92% 0.98% -
XYZ 47.66 73.79 80.84 -
YUV 178.04 152.8 15.28 -
System Red Green Blue C M Y K H S L
Decimal 20 250 222 0.92 0 0.11 0.02 172.7 0.96 0.53
Hex 14 FA DE 5C 0 B 2 AD 60 35
Octal 24 372 336 134 0 13 2 255 140 65
Binary 10100 11111010 11011110 1011100 0 1011 10 10101101 1100000 110101

Color Harmonies of #14FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FADE

Black with #14FADE

Text Example


Text Example

White with #14FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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