#18FEC4

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

Shades of Bright Turquoise #18FEC4

Tints of Bright Turquoise #18FEC4

Color information

#18FEC4 (or 0x18FEC4) is unknown color: approx Bright Turquoise. HEX triplet: 18, FE and C4. RGB value is (24,254,196). Sum of RGB (Red+Green+Blue) = 24+254+196=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FEC4 is #E7013B. Grayscale: #B2B2B2. Windows color (decimal): -15139132 or 12910104. OLE color: 12910104.

HSL color Cylindrical-coordinate representation of color #18FEC4: hue angle of 164.87º 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 #18FEC4 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB24254196-
CMYK0.9100.230.00
HSL164.87º99.14%54.51%-
HSV(B)164.87º90.55%99.61%-
XYZ45.7875.0664.3-
YUV178.62137.817.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.06%
GREEN value IS 254 (99.61% from 255) = 53.59%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=5.06%
G=53.59%
B=41.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242541960.9100.230.00164.8799.1454.51
Hex18FEC45B0170a56337
Octal30376304133027024514367
Binary11000111111101100010010110110101110101001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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