#18CCDF

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

Shades of Dark Turquoise #18CCDF

Tints of Dark Turquoise #18CCDF

Color information

#18CCDF (or 0x18CCDF) is unknown color: approx Dark Turquoise. HEX triplet: 18, CC and DF. RGB value is (24,204,223). Sum of RGB (Red+Green+Blue) = 24+204+223=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #18CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCDF is #E73320. Grayscale: #989898. Windows color (decimal): -15151905 or 14666776. OLE color: 14666776.

HSL color Cylindrical-coordinate representation of color #18CCDF: hue angle of 185.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CCDF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB24204223-
CMYK0.890.0900.13
HSL185.73º80.57%48.43%-
HSV(B)185.73º89.24%87.45%-
XYZ35.2948.7177.35-
YUV152.35167.8736.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.32%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=5.32%
G=45.23%
B=49.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal242042230.890.0900.13185.7380.5748.43
Hex18CCDF5990Dba5130
Octal303143371311101527212160
Binary1100011001100110111111011001100101101101110101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,204,223); }

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

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

 a { background-color: rgb(24,204,223); }

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

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

 span { border-color: rgb(24,204,223); }

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