#15C3DA

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

Shades of Dark Turquoise #15C3DA

Tints of Dark Turquoise #15C3DA

Color information

#15C3DA (or 0x15C3DA) is unknown color: approx Dark Turquoise. HEX triplet: 15, C3 and DA. RGB value is (21,195,218). Sum of RGB (Red+Green+Blue) = 21+195+218=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #15C3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C3DA is #EA3C25. Grayscale: #919191. Windows color (decimal): -15350822 or 14336789. OLE color: 14336789.

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

Color convert

RGB21195218-
CMYK0.900.1100.15
HSL187.01º82.43%46.86%-
HSV(B)187.01º90.37%85.49%-
XYZ32.4844.2573.16-
YUV145.6168.8539.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.84%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 218 (85.55% from 255) = 50.23%
R=4.84%
G=44.93%
B=50.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211952180.900.1100.15187.0182.4346.86
Hex15C3DA5AB0Fbb522f
Octal253033321321301727312257
Binary1010111000011110110101011010101101111101110111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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