#15C8E6

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

Shades of Dark Turquoise #15C8E6

Tints of Dark Turquoise #15C8E6

Color information

#15C8E6 (or 0x15C8E6) is unknown color: approx Dark Turquoise. HEX triplet: 15, C8 and E6. RGB value is (21,200,230). Sum of RGB (Red+Green+Blue) = 21+200+230=451 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.66% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #15C8E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C8E6 is #EA3719. Grayscale: #959595. Windows color (decimal): -15349530 or 15124501. OLE color: 15124501.

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

Color convert

RGB21200230-
CMYK0.910.1300.10
HSL188.61º83.27%49.22%-
HSV(B)188.61º90.87%90.2%-
XYZ35.2547.1882.11-
YUV149.9173.236.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.66%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 230 (90.23% from 255) = 51.00%
R=4.66%
G=44.35%
B=51.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212002300.910.1300.10188.6183.2749.22
Hex15C8E65BD0Abd5331
Octal253103461331501227512361
Binary1010111001000111001101011011110101010101111011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,200,230); }

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

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

 a { background-color: rgb(21,200,230); }

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

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

 span { border-color: rgb(21,200,230); }

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