#14E1CC

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

Shades of Bright Turquoise #14E1CC

Tints of Bright Turquoise #14E1CC

Color information

#14E1CC (or 0x14E1CC) is unknown color: approx Bright Turquoise. HEX triplet: 14, E1 and CC. RGB value is (20,225,204). Sum of RGB (Red+Green+Blue) = 20+225+204=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1CC is #EB1E33. Grayscale: #A1A1A1. Windows color (decimal): -15408692 or 13426964. OLE color: 13426964.

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

Color convert

RGB20225204-
CMYK0.9100.090.12
HSL173.85º83.67%48.04%-
HSV(B)173.85º91.11%88.24%-
XYZ38.1158.3666.38-
YUV161.31152.0827.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.45%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=4.45%
G=50.11%
B=45.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202252040.9100.090.12173.8583.6748.04
Hex14E1CC5B09Cae5430
Octal243413141330111425612460
Binary1010011100001110011001011011010011100101011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,225,204); }

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

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

 a { background-color: rgb(20,225,204); }

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

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

 span { border-color: rgb(20,225,204); }

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