#14F9DC

Color #14F9DC Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #14F9DC

Tints of Bright Turquoise #14F9DC

Color information

#14F9DC (or 0x14F9DC) is unknown color: approx Bright Turquoise. HEX triplet: 14, F9 and DC. RGB value is (20,249,220). Sum of RGB (Red+Green+Blue) = 20+249+220=489 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.09% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F9DC is #EB0623. Grayscale: #B1B1B1. Windows color (decimal): -15402532 or 14481684. OLE color: 14481684.

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

Color convert

RGB20249220-
CMYK0.9200.120.02
HSL172.4º95.02%52.75%-
HSV(B)172.4º91.97%97.65%-
XYZ47.0873.0779.33-
YUV177.22152.1315.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.09%
GREEN value IS 249 (97.66% from 255) = 50.92%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=4.09%
G=50.92%
B=44.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202492200.9200.120.02172.495.0252.75
Hex14F9DC5C0C2ac5f35
Octal24371334134014225413765
Binary10100111110011101110010111000110010101011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14F9DC;
 }
 .AnyTagClassName
 {
   color: #14F9DC;
 }
</style>
background-color css

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

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

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

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

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

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