#18E7E9

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

Shades of Bright Turquoise #18E7E9

Tints of Bright Turquoise #18E7E9

Color information

#18E7E9 (or 0x18E7E9) is unknown color: approx Bright Turquoise. HEX triplet: 18, E7 and E9. RGB value is (24,231,233). Sum of RGB (Red+Green+Blue) = 24+231+233=488 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.92% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #18E7E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E7E9 is #E71816. Grayscale: #A9A9A9. Windows color (decimal): -15144983 or 15329048. OLE color: 15329048.

HSL color Cylindrical-coordinate representation of color #18E7E9: hue angle of 180.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E7E9 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB24231233-
CMYK0.900.0100.09
HSL180.57º82.61%50.39%-
HSV(B)180.57º89.7%91.37%-
XYZ43.6663.2386.99-
YUV169.33163.9224.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.92%
GREEN value IS 231 (90.62% from 255) = 47.34%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=4.92%
G=47.34%
B=47.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal242312330.900.0100.09180.5782.6150.39
Hex18E7E95A109b55332
Octal30347351132101126512362
Binary1100011100111111010011011010101001101101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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