#14E7F8

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

Shades of Bright Turquoise #14E7F8

Tints of Bright Turquoise #14E7F8

Color information

#14E7F8 (or 0x14E7F8) is unknown color: approx Bright Turquoise. HEX triplet: 14, E7 and F8. RGB value is (20,231,248). Sum of RGB (Red+Green+Blue) = 20+231+248=499 (66% of max value = 765). Red value is 20 (8.20% from 255 or 4.01% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #14E7F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E7F8 is #EB1807. Grayscale: #A9A9A9. Windows color (decimal): -15407112 or 16312084. OLE color: 16312084.

HSL color Cylindrical-coordinate representation of color #14E7F8: hue angle of 184.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E7F8 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20231248-
CMYK0.920.0700.03
HSL184.47º94.21%52.55%-
HSV(B)184.47º91.94%97.25%-
XYZ45.8164.0898.76-
YUV169.85172.121.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.01%
GREEN value IS 231 (90.62% from 255) = 46.29%
BLUE value IS 248 (97.27% from 255) = 49.70%
R=4.01%
G=46.29%
B=49.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202312480.920.0700.03184.4794.2152.55
Hex14E7F85C703b85e35
Octal2434737013470327013665
Binary1010011100111111110001011100111011101110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,231,248); }

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

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

 a { background-color: rgb(20,231,248); }

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

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

 span { border-color: rgb(20,231,248); }

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