Html Css Color HEX #14F9F1 Aqua

📋 copy color: '#14F9F1'

red 20 ◦ green 249 ◦ blue 241

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

Shades of Aqua #14F9F1

Tints of Aqua #14F9F1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.82%

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 3.92%
G = 48.82%
B = 47.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#14F9F1 (or 0x14F9F1) is known color: Aqua. HEX triplet: 14, F9 and F1. RGB value is (20,249,241). Sum of RGB (Red+Green+Blue) = 20+249+241=510 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.92% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F9F1 is #EB060E. Grayscale: #B3B3B3. Windows color (decimal): -15402511 or 15857940. OLE color: 15857940.

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

Color convert

RGB 20 249 241 -
CMYK 0.92 0 0.03 0.02
HSL 177.9º 0.95% 0.53% -
HSV(B) 177.9º 0.92% 0.98% -
XYZ 50.04 74.25 94.91 -
YUV 179.62 162.63 14.15 -
System Red Green Blue C M Y K H S L
Decimal 20 249 241 0.92 0 0.03 0.02 177.9 0.95 0.53
Hex 14 F9 F1 5C 0 3 2 B2 5F 35
Octal 24 371 361 134 0 3 2 262 137 65
Binary 10100 11111001 11110001 1011100 0 11 10 10110010 1011111 110101

Color Harmonies of #14F9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F9F1

Black with #14F9F1

Text Example


Text Example

White with #14F9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,249,241); }

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

background-color css

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

 a { background-color: rgb(20,249,241); }

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

border-color css

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

 span { border-color: rgb(20,249,241); }

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