#14E8DF

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

Shades of Bright Turquoise #14E8DF

Tints of Bright Turquoise #14E8DF

Color information

#14E8DF (or 0x14E8DF) is unknown color: approx Bright Turquoise. HEX triplet: 14, E8 and DF. RGB value is (20,232,223). Sum of RGB (Red+Green+Blue) = 20+232+223=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #14E8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E8DF is #EB1720. Grayscale: #A7A7A7. Windows color (decimal): -15406881 or 14673940. OLE color: 14673940.

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

Color convert

RGB20232223-
CMYK0.9100.040.09
HSL177.45º84.13%49.41%-
HSV(B)177.45º91.38%90.98%-
XYZ42.4663.1979.77-
YUV167.59159.2622.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.21%
GREEN value IS 232 (91.02% from 255) = 48.84%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=4.21%
G=48.84%
B=46.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202322230.9100.040.09177.4584.1349.41
Hex14E8DF5B049b15431
Octal24350337133041126112461
Binary101001110100011011111101101101001001101100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,232,223); }

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

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

 a { background-color: rgb(20,232,223); }

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

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

 span { border-color: rgb(20,232,223); }

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