Html Css Color HEX #14FAE8 Bright Turquoise

📋 copy color: '#14FAE8'

red 20 ◦ green 250 ◦ blue 232

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

Shades of Bright Turquoise #14FAE8

Tints of Bright Turquoise #14FAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.22%

R = 3.98%
G = 49.8%
B = 46.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#14FAE8 (or 0x14FAE8) is known color: Bright Turquoise. HEX triplet: 14, FA and E8. RGB value is (20,250,232). Sum of RGB (Red+Green+Blue) = 20+250+232=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FAE8 is #EB0517. Grayscale: #B3B3B3. Windows color (decimal): -15402264 or 15268372. OLE color: 15268372.

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

Color convert

RGB 20 250 232 -
CMYK 0.92 0 0.07 0.02
HSL 175.3º 0.96% 0.53% -
HSV(B) 175.3º 0.92% 0.98% -
XYZ 49.04 74.35 88.11 -
YUV 179.18 157.8 14.46 -
System Red Green Blue C M Y K H S L
Decimal 20 250 232 0.92 0 0.07 0.02 175.3 0.96 0.53
Hex 14 FA E8 5C 0 7 2 AF 60 35
Octal 24 372 350 134 0 7 2 257 140 65
Binary 10100 11111010 11101000 1011100 0 111 10 10101111 1100000 110101

Color Harmonies of #14FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAE8

Black with #14FAE8

Text Example


Text Example

White with #14FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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