#14DFE8

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

Shades of Bright Turquoise #14DFE8

Tints of Bright Turquoise #14DFE8

Color information

#14DFE8 (or 0x14DFE8) is unknown color: approx Bright Turquoise. HEX triplet: 14, DF and E8. RGB value is (20,223,232). Sum of RGB (Red+Green+Blue) = 20+223+232=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #14DFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DFE8 is #EB2017. Grayscale: #A3A3A3. Windows color (decimal): -15409176 or 15261460. OLE color: 15261460.

HSL color Cylindrical-coordinate representation of color #14DFE8: hue angle of 182.55º 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 #14DFE8 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20223232-
CMYK0.910.0400.09
HSL182.55º84.13%49.41%-
HSV(B)182.55º91.38%90.98%-
XYZ41.2458.7585.51-
YUV163.33166.7525.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202232320.910.0400.09182.5584.1349.41
Hex14DFE85B409b75431
Octal24337350133401126712461
Binary101001101111111101000101101110001001101101111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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