#15C5DF

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

Shades of Dark Turquoise #15C5DF

Tints of Dark Turquoise #15C5DF

Color information

#15C5DF (or 0x15C5DF) is unknown color: approx Dark Turquoise. HEX triplet: 15, C5 and DF. RGB value is (21,197,223). Sum of RGB (Red+Green+Blue) = 21+197+223=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #15C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C5DF is #EA3A20. Grayscale: #939393. Windows color (decimal): -15350305 or 14664981. OLE color: 14664981.

HSL color Cylindrical-coordinate representation of color #15C5DF: hue angle of 187.72º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C5DF is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21197223-
CMYK0.910.1200.13
HSL187.72º82.79%47.84%-
HSV(B)187.72º90.58%87.45%-
XYZ33.5945.4276.81-
YUV147.34170.6937.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.76%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 223 (87.5% from 255) = 50.57%
R=4.76%
G=44.67%
B=50.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211972230.910.1200.13187.7282.7947.84
Hex15C5DF5BC0Dbc5330
Octal253053371331401527412360
Binary1010111000101110111111011011110001101101111001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,197,223); }

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

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

 a { background-color: rgb(21,197,223); }

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

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

 span { border-color: rgb(21,197,223); }

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