#14D1E9

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

Shades of Bright Turquoise #14D1E9

Tints of Bright Turquoise #14D1E9

Color information

#14D1E9 (or 0x14D1E9) is unknown color: approx Bright Turquoise. HEX triplet: 14, D1 and E9. RGB value is (20,209,233). Sum of RGB (Red+Green+Blue) = 20+209+233=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #14D1E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D1E9 is #EB2E16. Grayscale: #9A9A9A. Windows color (decimal): -15412759 or 15323412. OLE color: 15323412.

HSL color Cylindrical-coordinate representation of color #14D1E9: hue angle of 186.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D1E9 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20209233-
CMYK0.910.1000.09
HSL186.76º84.19%49.61%-
HSV(B)186.76º91.42%91.37%-
XYZ37.851.6385.06-
YUV155.22171.8831.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.33%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 233 (91.41% from 255) = 50.43%
R=4.33%
G=45.24%
B=50.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202092330.910.1000.09186.7684.1949.61
Hex14D1E95BA09bb5432
Octal243213511331201127312462
Binary1010011010001111010011011011101001001101110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,209,233); }

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

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

 a { background-color: rgb(20,209,233); }

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

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

 span { border-color: rgb(20,209,233); }

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