Shades of Bright Turquoise #15DCCC
Tints of Bright Turquoise #15DCCC
RGB
CMYK
RGB Variations
Color information
#15DCCC (or 0x15DCCC) is known color: Bright Turquoise. HEX triplet: 15, DC and CC. RGB value is (21,220,204). Sum of RGB (Red+Green+Blue) = 21+220+204=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCCC is #EA2333. Grayscale: #9E9E9E. Windows color (decimal): -15344436 or 13425685. OLE color: 13425685.
HSL color Cylindrical-coordinate representation of color #15DCCC: hue angle of 175.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCCC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 204 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.14 |
| HSL | 175.18º | 0.83% | 0.47% | - |
| HSV(B) | 175.18º | 0.9% | 0.86% | - |
| XYZ | 36.8 | 55.71 | 65.94 | - |
| YUV | 158.68 | 153.57 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 204 | 0.90 | 0 | 0.07 | 0.14 | 175.18 | 0.83 | 0.47 |
| Hex | 15 | DC | CC | 5A | 0 | 7 | E | AF | 53 | 2F |
| Octal | 25 | 334 | 314 | 132 | 0 | 7 | 16 | 257 | 123 | 57 |
| Binary | 10101 | 11011100 | 11001100 | 1011010 | 0 | 111 | 1110 | 10101111 | 1010011 | 101111 |
Color Harmonies of #15DCCC
Complementary color
Monochromatic Colors of #15DCCC
Black with #15DCCC
Text Example
Text Example
White with #15DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCCC; }
p { color: rgb(21,220,204); }
H1.HeaderClassName
{
color: #15DCCC;
}
.AnyTagClassName
{
color: #15DCCC;
}
</style>
background-color css
<style>
a { background-color: #15DCCC; }
a { background-color: rgb(21,220,204); }
div.DivClassName
{
background-color: #15DCCC;
}
.BgClassName
{
background-color: #15DCCC;
}
</style>
border-color css
<style>
span { border-color: #15DCCC; }
span { border-color: rgb(21,220,204); }
td.TdClassName
{
border-color: #15DCCC;
}
.TagClassName
{
border-color: #15DCCC;
}
</style>