#14E3CE

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

Shades of Bright Turquoise #14E3CE

Tints of Bright Turquoise #14E3CE

Color information

#14E3CE (or 0x14E3CE) is unknown color: approx Bright Turquoise. HEX triplet: 14, E3 and CE. RGB value is (20,227,206). Sum of RGB (Red+Green+Blue) = 20+227+206=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E3CE is #EB1C31. Grayscale: #A2A2A2. Windows color (decimal): -15408178 or 13558548. OLE color: 13558548.

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

Color convert

RGB20227206-
CMYK0.9100.090.11
HSL173.91º83.81%48.43%-
HSV(B)173.91º91.19%89.02%-
XYZ38.959.5467.84-
YUV162.71152.4226.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 227 (89.06% from 255) = 50.11%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=4.42%
G=50.11%
B=45.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202272060.9100.090.11173.9183.8148.43
Hex14E3CE5B09Bae5430
Octal243433161330111325612460
Binary1010011100011110011101011011010011011101011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,227,206); }

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

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

 a { background-color: rgb(20,227,206); }

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

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

 span { border-color: rgb(20,227,206); }

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