#14EEC3

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

Shades of Bright Turquoise #14EEC3

Tints of Bright Turquoise #14EEC3

Color information

#14EEC3 (or 0x14EEC3) is unknown color: approx Bright Turquoise. HEX triplet: 14, EE and C3. RGB value is (20,238,195). Sum of RGB (Red+Green+Blue) = 20+238+195=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EEC3 is #EB113C. Grayscale: #A7A7A7. Windows color (decimal): -15405373 or 12840468. OLE color: 12840468.

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

Color convert

RGB20238195-
CMYK0.9200.180.07
HSL168.17º86.51%50.59%-
HSV(B)168.17º91.6%93.33%-
XYZ40.7165.2462.08-
YUV167.92143.2822.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 238 (93.36% from 255) = 52.54%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=4.42%
G=52.54%
B=43.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202381950.9200.180.07168.1786.5150.59
Hex14EEC35C0127a85733
Octal24356303134022725012763
Binary1010011101110110000111011100010010111101010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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