#18EACF

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

Shades of Bright Turquoise #18EACF

Tints of Bright Turquoise #18EACF

Color information

#18EACF (or 0x18EACF) is unknown color: approx Bright Turquoise. HEX triplet: 18, EA and CF. RGB value is (24,234,207). Sum of RGB (Red+Green+Blue) = 24+234+207=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #18EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EACF is #E71530. Grayscale: #A8A8A8. Windows color (decimal): -15144241 or 13625880. OLE color: 13625880.

HSL color Cylindrical-coordinate representation of color #18EACF: hue angle of 172.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EACF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB24234207-
CMYK0.9000.120.08
HSL172.29º83.33%50.59%-
HSV(B)172.29º89.74%91.76%-
XYZ41.0663.5469.13-
YUV168.13149.9325.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.16%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=5.16%
G=50.32%
B=44.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal242342070.9000.120.08172.2983.3350.59
Hex18EACF5A0C8ac5333
Octal303523171320141025412363
Binary1100011101010110011111011010011001000101011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,234,207); }

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

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

 a { background-color: rgb(24,234,207); }

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

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

 span { border-color: rgb(24,234,207); }

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