#18CDD5

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

Shades of Dark Turquoise #18CDD5

Tints of Dark Turquoise #18CDD5

Color information

#18CDD5 (or 0x18CDD5) is unknown color: approx Dark Turquoise. HEX triplet: 18, CD and D5. RGB value is (24,205,213). Sum of RGB (Red+Green+Blue) = 24+205+213=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #18CDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDD5 is #E7322A. Grayscale: #979797. Windows color (decimal): -15151659 or 14011672. OLE color: 14011672.

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

Color convert

RGB24205213-
CMYK0.890.0400.16
HSL182.54º79.75%46.47%-
HSV(B)182.54º88.73%83.53%-
XYZ34.2248.6670.54-
YUV151.79162.5336.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=5.43%
G=46.38%
B=48.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal242052130.890.0400.16182.5479.7546.47
Hex18CDD5594010b7502e
Octal30315325131402026712056
Binary1100011001101110101011011001100010000101101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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