#18EFCE

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

Shades of Bright Turquoise #18EFCE

Tints of Bright Turquoise #18EFCE

Color information

#18EFCE (or 0x18EFCE) is unknown color: approx Bright Turquoise. HEX triplet: 18, EF and CE. RGB value is (24,239,206). Sum of RGB (Red+Green+Blue) = 24+239+206=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFCE is #E71031. Grayscale: #AAAAAA. Windows color (decimal): -15142962 or 13561624. OLE color: 13561624.

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

Color convert

RGB24239206-
CMYK0.9000.140.06
HSL170.79º87.04%51.57%-
HSV(B)170.79º89.96%93.73%-
XYZ42.3866.3868.97-
YUV170.95147.7723.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.12%
GREEN value IS 239 (93.75% from 255) = 50.96%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=5.12%
G=50.96%
B=43.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal242392060.9000.140.06170.7987.0451.57
Hex18EFCE5A0E6ab5734
Octal30357316132016625312764
Binary110001110111111001110101101001110110101010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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