#18DCE0

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

Shades of Bright Turquoise #18DCE0

Tints of Bright Turquoise #18DCE0

Color information

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

HSL color Cylindrical-coordinate representation of color #18DCE0: hue angle of 181.2º 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 #18DCE0 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB24220224-
CMYK0.890.0200.12
HSL181.2º80.65%48.63%-
HSV(B)181.2º89.29%87.84%-
XYZ39.4256.7679.4-
YUV161.85163.0729.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal242202240.890.0200.12181.280.6548.63
Hex18DCE05920Cb55131
Octal30334340131201426512161
Binary11000110111001110000010110011001100101101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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