#15C6D8

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

Shades of Dark Turquoise #15C6D8

Tints of Dark Turquoise #15C6D8

Color information

#15C6D8 (or 0x15C6D8) is unknown color: approx Dark Turquoise. HEX triplet: 15, C6 and D8. RGB value is (21,198,216). Sum of RGB (Red+Green+Blue) = 21+198+216=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #15C6D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C6D8 is #EA3927. Grayscale: #929292. Windows color (decimal): -15350056 or 14206485. OLE color: 14206485.

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

Color convert

RGB21198216-
CMYK0.900.0800.15
HSL185.54º82.28%46.47%-
HSV(B)185.54º90.28%84.71%-
XYZ32.945.5172.02-
YUV147.13166.8638.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.83%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=4.83%
G=45.52%
B=49.66%

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
Decimal211982160.900.0800.15185.5482.2846.47
Hex15C6D85A80Fba522e
Octal253063301321001727212256
Binary1010111000110110110001011010100001111101110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,198,216); }

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

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

 a { background-color: rgb(21,198,216); }

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

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

 span { border-color: rgb(21,198,216); }

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