#14F2C3

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

Shades of Bright Turquoise #14F2C3

Tints of Bright Turquoise #14F2C3

Color information

#14F2C3 (or 0x14F2C3) is unknown color: approx Bright Turquoise. HEX triplet: 14, F2 and C3. RGB value is (20,242,195). Sum of RGB (Red+Green+Blue) = 20+242+195=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F2C3 is #EB0D3C. Grayscale: #AAAAAA. Windows color (decimal): -15404349 or 12841492. OLE color: 12841492.

HSL color Cylindrical-coordinate representation of color #14F2C3: hue angle of 167.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2C3 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB20242195-
CMYK0.9200.190.05
HSL167.3º89.52%51.37%-
HSV(B)167.3º91.74%94.9%-
XYZ41.8967.5962.47-
YUV170.26141.9520.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.38%
GREEN value IS 242 (94.92% from 255) = 52.95%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=4.38%
G=52.95%
B=42.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202421950.9200.190.05167.389.5251.37
Hex14F2C35C0135a75a33
Octal24362303134023524713263
Binary1010011110010110000111011100010011101101001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,242,195); }

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

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

 a { background-color: rgb(20,242,195); }

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

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

 span { border-color: rgb(20,242,195); }

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