#14F8C9

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

Shades of Bright Turquoise #14F8C9

Tints of Bright Turquoise #14F8C9

Color information

#14F8C9 (or 0x14F8C9) is unknown color: approx Bright Turquoise. HEX triplet: 14, F8 and C9. RGB value is (20,248,201). Sum of RGB (Red+Green+Blue) = 20+248+201=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #14F8C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F8C9 is #EB0736. Grayscale: #AEAEAE. Windows color (decimal): -15402807 or 13236244. OLE color: 13236244.

HSL color Cylindrical-coordinate representation of color #14F8C9: hue angle of 167.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F8C9 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB20248201-
CMYK0.9200.190.03
HSL167.63º94.21%52.55%-
HSV(B)167.63º91.94%97.25%-
XYZ44.471.566.72-
YUV174.47142.9617.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.26%
GREEN value IS 248 (97.27% from 255) = 52.88%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=4.26%
G=52.88%
B=42.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202482010.9200.190.03167.6394.2152.55
Hex14F8C95C0133a85e35
Octal24370311134023325013665
Binary101001111100011001001101110001001111101010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,248,201); }

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

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

 a { background-color: rgb(20,248,201); }

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

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

 span { border-color: rgb(20,248,201); }

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