#18D0D5

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

Shades of Dark Turquoise #18D0D5

Tints of Dark Turquoise #18D0D5

Color information

#18D0D5 (or 0x18D0D5) is unknown color: approx Dark Turquoise. HEX triplet: 18, D0 and D5. RGB value is (24,208,213). Sum of RGB (Red+Green+Blue) = 24+208+213=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #18D0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D0D5 is #E72F2A. Grayscale: #999999. Windows color (decimal): -15150891 or 14012440. OLE color: 14012440.

HSL color Cylindrical-coordinate representation of color #18D0D5: hue angle of 181.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D0D5 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB24208213-
CMYK0.890.0200.16
HSL181.59º79.75%46.47%-
HSV(B)181.59º88.73%83.53%-
XYZ34.9450.1170.78-
YUV153.55161.5435.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.39%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 213 (83.59% from 255) = 47.87%
R=5.39%
G=46.74%
B=47.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal242082130.890.0200.16181.5979.7546.47
Hex18D0D5592010b6502e
Octal30320325131202026612056
Binary110001101000011010101101100110010000101101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,208,213); }

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

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

 a { background-color: rgb(24,208,213); }

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

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

 span { border-color: rgb(24,208,213); }

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