#15C4DA

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

Shades of Dark Turquoise #15C4DA

Tints of Dark Turquoise #15C4DA

Color information

#15C4DA (or 0x15C4DA) is unknown color: approx Dark Turquoise. HEX triplet: 15, C4 and DA. RGB value is (21,196,218). Sum of RGB (Red+Green+Blue) = 21+196+218=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #15C4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C4DA is #EA3B25. Grayscale: #919191. Windows color (decimal): -15350566 or 14337045. OLE color: 14337045.

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

Color convert

RGB21196218-
CMYK0.900.1000.15
HSL186.7º82.43%46.86%-
HSV(B)186.7º90.37%85.49%-
XYZ32.744.773.23-
YUV146.18168.5238.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.83%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=4.83%
G=45.06%
B=50.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211962180.900.1000.15186.782.4346.86
Hex15C4DA5AA0Fbb522f
Octal253043321321201727312257
Binary1010111000100110110101011010101001111101110111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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