#14F8C4

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

Shades of Bright Turquoise #14F8C4

Tints of Bright Turquoise #14F8C4

Color information

#14F8C4 (or 0x14F8C4) is unknown color: approx Bright Turquoise. HEX triplet: 14, F8 and C4. RGB value is (20,248,196). Sum of RGB (Red+Green+Blue) = 20+248+196=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #14F8C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F8C4 is #EB073B. Grayscale: #ADADAD. Windows color (decimal): -15402812 or 12908564. OLE color: 12908564.

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

Color convert

RGB20248196-
CMYK0.9200.210.03
HSL166.32º94.21%52.55%-
HSV(B)166.32º91.94%97.25%-
XYZ43.8271.2763.67-
YUV173.9140.4618.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.31%
GREEN value IS 248 (97.27% from 255) = 53.45%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=4.31%
G=53.45%
B=42.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202481960.9200.210.03166.3294.2152.55
Hex14F8C45C0153a65e35
Octal24370304134025324613665
Binary101001111100011000100101110001010111101001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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