#15C9DA

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

Shades of Dark Turquoise #15C9DA

Tints of Dark Turquoise #15C9DA

Color information

#15C9DA (or 0x15C9DA) is unknown color: approx Dark Turquoise. HEX triplet: 15, C9 and DA. RGB value is (21,201,218). Sum of RGB (Red+Green+Blue) = 21+201+218=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #15C9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C9DA is #EA3625. Grayscale: #949494. Windows color (decimal): -15349286 or 14338325. OLE color: 14338325.

HSL color Cylindrical-coordinate representation of color #15C9DA: hue angle of 185.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C9DA is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21201218-
CMYK0.900.0800.15
HSL185.18º82.43%46.86%-
HSV(B)185.18º90.37%85.49%-
XYZ33.8546.9973.62-
YUV149.12166.8736.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.77%
GREEN value IS 201 (78.91% from 255) = 45.68%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=4.77%
G=45.68%
B=49.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212012180.900.0800.15185.1882.4346.86
Hex15C9DA5A80Fb9522f
Octal253113321321001727112257
Binary1010111001001110110101011010100001111101110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15C9DA; }

 p { color: rgb(21,201,218); }

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

<style>
 a { background-color: #15C9DA; }

 a { background-color: rgb(21,201,218); }

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

<style>
 span { border-color: #15C9DA; }

 span { border-color: rgb(21,201,218); }

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