#18E7CE

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

Shades of Bright Turquoise #18E7CE

Tints of Bright Turquoise #18E7CE

Color information

#18E7CE (or 0x18E7CE) is unknown color: approx Bright Turquoise. HEX triplet: 18, E7 and CE. RGB value is (24,231,206). Sum of RGB (Red+Green+Blue) = 24+231+206=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7CE is #E71831. Grayscale: #A6A6A6. Windows color (decimal): -15145010 or 13559576. OLE color: 13559576.

HSL color Cylindrical-coordinate representation of color #18E7CE: hue angle of 172.75º degrees, saturation: 0.81, 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 #18E7CE is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB24231206-
CMYK0.9000.110.09
HSL172.75º81.18%50%-
HSV(B)172.75º89.61%90.59%-
XYZ40.0961.868.21-
YUV166.26150.4226.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.21%
GREEN value IS 231 (90.62% from 255) = 50.11%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=5.21%
G=50.11%
B=44.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal242312060.9000.110.09172.7581.1850
Hex18E7CE5A0B9ad5132
Octal303473161320131125512162
Binary1100011100111110011101011010010111001101011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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