#15C4D8

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

Shades of Dark Turquoise #15C4D8

Tints of Dark Turquoise #15C4D8

Color information

#15C4D8 (or 0x15C4D8) is unknown color: approx Dark Turquoise. HEX triplet: 15, C4 and D8. RGB value is (21,196,216). Sum of RGB (Red+Green+Blue) = 21+196+216=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #15C4D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C4D8 is #EA3B27. Grayscale: #919191. Windows color (decimal): -15350568 or 14205973. OLE color: 14205973.

HSL color Cylindrical-coordinate representation of color #15C4D8: hue angle of 186.15º 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 #15C4D8 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21196216-
CMYK0.900.0900.15
HSL186.15º82.28%46.47%-
HSV(B)186.15º90.28%84.71%-
XYZ32.4444.671.86-
YUV145.95167.5238.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.85%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=4.85%
G=45.27%
B=49.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211962160.900.0900.15186.1582.2846.47
Hex15C4D85A90Fba522e
Octal253043301321101727212256
Binary1010111000100110110001011010100101111101110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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