#18ECD8

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

Shades of Bright Turquoise #18ECD8

Tints of Bright Turquoise #18ECD8

Color information

#18ECD8 (or 0x18ECD8) is unknown color: approx Bright Turquoise. HEX triplet: 18, EC and D8. RGB value is (24,236,216). Sum of RGB (Red+Green+Blue) = 24+236+216=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECD8 is #E71327. Grayscale: #AAAAAA. Windows color (decimal): -15143720 or 14216216. OLE color: 14216216.

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

Color convert

RGB24236216-
CMYK0.9000.080.07
HSL174.34º84.8%50.98%-
HSV(B)174.34º89.83%92.55%-
XYZ42.7765.1475.29-
YUV170.33153.7623.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.04%
GREEN value IS 236 (92.58% from 255) = 49.58%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=5.04%
G=49.58%
B=45.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal242362160.9000.080.07174.3484.850.98
Hex18ECD85A087ae5533
Octal30354330132010725612563
Binary110001110110011011000101101001000111101011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,236,216); }

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

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

 a { background-color: rgb(24,236,216); }

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

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

 span { border-color: rgb(24,236,216); }

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