#18E0DC

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

Shades of Bright Turquoise #18E0DC

Tints of Bright Turquoise #18E0DC

Color information

#18E0DC (or 0x18E0DC) is unknown color: approx Bright Turquoise. HEX triplet: 18, E0 and DC. RGB value is (24,224,220). Sum of RGB (Red+Green+Blue) = 24+224+220=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #18E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E0DC is #E71F23. Grayscale: #A3A3A3. Windows color (decimal): -15146788 or 14475288. OLE color: 14475288.

HSL color Cylindrical-coordinate representation of color #18E0DC: hue angle of 178.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E0DC is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB24224220-
CMYK0.8900.020.12
HSL178.8º80.65%48.63%-
HSV(B)178.8º89.29%87.84%-
XYZ39.9558.6776.93-
YUV163.74159.7428.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.13%
GREEN value IS 224 (87.89% from 255) = 47.86%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=5.13%
G=47.86%
B=47.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal242242200.8900.020.12178.880.6548.63
Hex18E0DC5902Cb35131
Octal30340334131021426312161
Binary11000111000001101110010110010101100101100111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,224,220); }

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

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

 a { background-color: rgb(24,224,220); }

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

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

 span { border-color: rgb(24,224,220); }

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