#18C7DC

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

Shades of Dark Turquoise #18C7DC

Tints of Dark Turquoise #18C7DC

Color information

#18C7DC (or 0x18C7DC) is unknown color: approx Dark Turquoise. HEX triplet: 18, C7 and DC. RGB value is (24,199,220). Sum of RGB (Red+Green+Blue) = 24+199+220=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #18C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C7DC is #E73823. Grayscale: #949494. Windows color (decimal): -15153188 or 14468888. OLE color: 14468888.

HSL color Cylindrical-coordinate representation of color #18C7DC: hue angle of 186.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C7DC is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB24199220-
CMYK0.890.1000.14
HSL186.43º80.33%47.84%-
HSV(B)186.43º89.09%86.27%-
XYZ33.7246.2174.85-
YUV149.07168.0238.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.42%
GREEN value IS 199 (78.12% from 255) = 44.92%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=5.42%
G=44.92%
B=49.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241992200.890.1000.14186.4380.3347.84
Hex18C7DC59A0Eba5030
Octal303073341311201627212060
Binary1100011000111110111001011001101001110101110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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