#18C7DB

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

Shades of Dark Turquoise #18C7DB

Tints of Dark Turquoise #18C7DB

Color information

#18C7DB (or 0x18C7DB) is unknown color: approx Dark Turquoise. HEX triplet: 18, C7 and DB. RGB value is (24,199,219). Sum of RGB (Red+Green+Blue) = 24+199+219=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #18C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C7DB is #E73824. Grayscale: #949494. Windows color (decimal): -15153189 or 14403352. OLE color: 14403352.

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

Color convert

RGB24199219-
CMYK0.890.0900.14
HSL186.15º80.25%47.65%-
HSV(B)186.15º89.04%85.88%-
XYZ33.5946.1674.16-
YUV148.95167.5238.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 219 (85.94% from 255) = 49.55%
R=5.43%
G=45.02%
B=49.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241992190.890.0900.14186.1580.2547.65
Hex18C7DB5990Eba5030
Octal303073331311101627212060
Binary1100011000111110110111011001100101110101110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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