#18F8E9

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

Shades of Bright Turquoise #18F8E9

Tints of Bright Turquoise #18F8E9

Color information

#18F8E9 (or 0x18F8E9) is unknown color: approx Bright Turquoise. HEX triplet: 18, F8 and E9. RGB value is (24,248,233). Sum of RGB (Red+Green+Blue) = 24+248+233=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F8E9 is #E70716. Grayscale: #B3B3B3. Windows color (decimal): -15140631 or 15333400. OLE color: 15333400.

HSL color Cylindrical-coordinate representation of color #18F8E9: hue angle of 175.98º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8E9 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB24248233-
CMYK0.9000.060.03
HSL175.98º94.12%53.33%-
HSV(B)175.98º90.32%97.25%-
XYZ48.6573.2188.66-
YUV179.31158.2917.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.75%
GREEN value IS 248 (97.27% from 255) = 49.11%
BLUE value IS 233 (91.41% from 255) = 46.14%
R=4.75%
G=49.11%
B=46.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242482330.9000.060.03175.9894.1253.33
Hex18F8E95A063b05e35
Octal3037035113206326013665
Binary1100011111000111010011011010011011101100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,248,233); }

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

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

 a { background-color: rgb(24,248,233); }

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

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

 span { border-color: rgb(24,248,233); }

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