#18FEC5

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

Shades of Bright Turquoise #18FEC5

Tints of Bright Turquoise #18FEC5

Color information

#18FEC5 (or 0x18FEC5) is unknown color: approx Bright Turquoise. HEX triplet: 18, FE and C5. RGB value is (24,254,197). Sum of RGB (Red+Green+Blue) = 24+254+197=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FEC5 is #E7013A. Grayscale: #B2B2B2. Windows color (decimal): -15139131 or 12975640. OLE color: 12975640.

HSL color Cylindrical-coordinate representation of color #18FEC5: hue angle of 165.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FEC5 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB24254197-
CMYK0.9100.220.00
HSL165.13º99.14%54.51%-
HSV(B)165.13º90.55%99.61%-
XYZ45.975.1164.9-
YUV178.73138.317.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.05%
GREEN value IS 254 (99.61% from 255) = 53.47%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=5.05%
G=53.47%
B=41.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242541970.9100.220.00165.1399.1454.51
Hex18FEC55B0160a56337
Octal30376305133026024514367
Binary11000111111101100010110110110101100101001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18FEC5; }

 p { color: rgb(24,254,197); }

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

<style>
 a { background-color: #18FEC5; }

 a { background-color: rgb(24,254,197); }

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

<style>
 span { border-color: #18FEC5; }

 span { border-color: rgb(24,254,197); }

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