Html Css Color HEX #14FAE5 Bright Turquoise

📋 copy color: '#14FAE5'

red 20 ◦ green 250 ◦ blue 229

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

Shades of Bright Turquoise #14FAE5

Tints of Bright Turquoise #14FAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 4.01%
G = 50.1%
B = 45.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#14FAE5 (or 0x14FAE5) is known color: Bright Turquoise. HEX triplet: 14, FA and E5. RGB value is (20,250,229). Sum of RGB (Red+Green+Blue) = 20+250+229=499 (66% of max value = 765). Red value is 20 (8.20% from 255 or 4.01% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAE5 is #EB051A. Grayscale: #B2B2B2. Windows color (decimal): -15402267 or 15071764. OLE color: 15071764.

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

Color convert

RGB 20 250 229 -
CMYK 0.92 0 0.08 0.02
HSL 174.52º 0.96% 0.53% -
HSV(B) 174.52º 0.92% 0.98% -
XYZ 48.62 74.18 85.88 -
YUV 178.84 156.3 14.71 -
System Red Green Blue C M Y K H S L
Decimal 20 250 229 0.92 0 0.08 0.02 174.52 0.96 0.53
Hex 14 FA E5 5C 0 8 2 AF 60 35
Octal 24 372 345 134 0 10 2 257 140 65
Binary 10100 11111010 11100101 1011100 0 1000 10 10101111 1100000 110101

Color Harmonies of #14FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAE5

Black with #14FAE5

Text Example


Text Example

White with #14FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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