#18CAD1

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

Shades of Dark Turquoise #18CAD1

Tints of Dark Turquoise #18CAD1

Color information

#18CAD1 (or 0x18CAD1) is unknown color: approx Dark Turquoise. HEX triplet: 18, CA and D1. RGB value is (24,202,209). Sum of RGB (Red+Green+Blue) = 24+202+209=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #18CAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CAD1 is #E7352E. Grayscale: #959595. Windows color (decimal): -15152431 or 13748760. OLE color: 13748760.

HSL color Cylindrical-coordinate representation of color #18CAD1: hue angle of 182.27º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CAD1 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB24202209-
CMYK0.890.0300.18
HSL182.27º79.4%45.69%-
HSV(B)182.27º88.52%81.96%-
XYZ33.0147.0467.66-
YUV149.58161.5338.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.52%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 209 (82.03% from 255) = 48.05%
R=5.52%
G=46.44%
B=48.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal242022090.890.0300.18182.2779.445.69
Hex18CAD1593012b64f2e
Octal30312321131302226611756
Binary110001100101011010001101100111010010101101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,202,209); }

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

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

 a { background-color: rgb(24,202,209); }

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

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

 span { border-color: rgb(24,202,209); }

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