Html Css Color HEX #14FAE0 Bright Turquoise

📋 copy color: '#14FAE0'

red 20 ◦ green 250 ◦ blue 224

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

Shades of Bright Turquoise #14FAE0

Tints of Bright Turquoise #14FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 4.05%
G = 50.61%
B = 45.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#14FAE0 (or 0x14FAE0) is known color: Bright Turquoise. HEX triplet: 14, FA and E0. RGB value is (20,250,224). Sum of RGB (Red+Green+Blue) = 20+250+224=494 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.05% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAE0 is #EB051F. Grayscale: #B2B2B2. Windows color (decimal): -15402272 or 14744084. OLE color: 14744084.

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

Color convert

RGB 20 250 224 -
CMYK 0.92 0 0.10 0.02
HSL 173.22º 0.96% 0.53% -
HSV(B) 173.22º 0.92% 0.98% -
XYZ 47.93 73.9 82.26 -
YUV 178.27 153.8 15.11 -
System Red Green Blue C M Y K H S L
Decimal 20 250 224 0.92 0 0.10 0.02 173.22 0.96 0.53
Hex 14 FA E0 5C 0 A 2 AD 60 35
Octal 24 372 340 134 0 12 2 255 140 65
Binary 10100 11111010 11100000 1011100 0 1010 10 10101101 1100000 110101

Color Harmonies of #14FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAE0

Black with #14FAE0

Text Example


Text Example

White with #14FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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