#14D2E9

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

Shades of Bright Turquoise #14D2E9

Tints of Bright Turquoise #14D2E9

Color information

#14D2E9 (or 0x14D2E9) is unknown color: approx Bright Turquoise. HEX triplet: 14, D2 and E9. RGB value is (20,210,233). Sum of RGB (Red+Green+Blue) = 20+210+233=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #14D2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D2E9 is #EB2D16. Grayscale: #9B9B9B. Windows color (decimal): -15412503 or 15323668. OLE color: 15323668.

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

Color convert

RGB20210233-
CMYK0.910.1000.09
HSL186.48º84.19%49.61%-
HSV(B)186.48º91.42%91.37%-
XYZ38.0452.1385.15-
YUV155.81171.5531.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.32%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 233 (91.41% from 255) = 50.32%
R=4.32%
G=45.36%
B=50.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202102330.910.1000.09186.4884.1949.61
Hex14D2E95BA09ba5432
Octal243223511331201127212462
Binary1010011010010111010011011011101001001101110101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,210,233); }

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

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

 a { background-color: rgb(20,210,233); }

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

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

 span { border-color: rgb(20,210,233); }

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