#14D9ED

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

Shades of Bright Turquoise #14D9ED

Tints of Bright Turquoise #14D9ED

Color information

#14D9ED (or 0x14D9ED) is unknown color: approx Bright Turquoise. HEX triplet: 14, D9 and ED. RGB value is (20,217,237). Sum of RGB (Red+Green+Blue) = 20+217+237=474 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.22% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #14D9ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D9ED is #EB2612. Grayscale: #A0A0A0. Windows color (decimal): -15410707 or 15587604. OLE color: 15587604.

HSL color Cylindrical-coordinate representation of color #14D9ED: hue angle of 185.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D9ED is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20217237-
CMYK0.920.0800.07
HSL185.53º85.77%50.39%-
HSV(B)185.53º91.56%92.94%-
XYZ40.3955.8988.78-
YUV160.38171.2327.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.22%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 237 (92.97% from 255) = 50%
R=4.22%
G=45.78%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202172370.920.0800.07185.5385.7750.39
Hex14D9ED5C807ba5632
Octal24331355134100727212662
Binary101001101100111101101101110010000111101110101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,237); }

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

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

 a { background-color: rgb(20,217,237); }

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

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

 span { border-color: rgb(20,217,237); }

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