Shades of Bright Turquoise #15DFCC
Tints of Bright Turquoise #15DFCC
RGB
CMYK
RGB Variations
Color information
#15DFCC (or 0x15DFCC) is known color: Bright Turquoise. HEX triplet: 15, DF and CC. RGB value is (21,223,204). Sum of RGB (Red+Green+Blue) = 21+223+204=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFCC is #EA2033. Grayscale: #A0A0A0. Windows color (decimal): -15343668 or 13426453. OLE color: 13426453.
HSL color Cylindrical-coordinate representation of color #15DFCC: hue angle of 174.36º 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 #15DFCC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 204 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.13 |
| HSL | 174.36º | 0.83% | 0.48% | - |
| HSV(B) | 174.36º | 0.91% | 0.87% | - |
| XYZ | 37.6 | 57.29 | 66.2 | - |
| YUV | 160.44 | 152.58 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 204 | 0.91 | 0 | 0.09 | 0.13 | 174.36 | 0.83 | 0.48 |
| Hex | 15 | DF | CC | 5B | 0 | 9 | D | AE | 53 | 30 |
| Octal | 25 | 337 | 314 | 133 | 0 | 11 | 15 | 256 | 123 | 60 |
| Binary | 10101 | 11011111 | 11001100 | 1011011 | 0 | 1001 | 1101 | 10101110 | 1010011 | 110000 |
Color Harmonies of #15DFCC
Complementary color
Monochromatic Colors of #15DFCC
Black with #15DFCC
Text Example
Text Example
White with #15DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFCC; }
p { color: rgb(21,223,204); }
H1.HeaderClassName
{
color: #15DFCC;
}
.AnyTagClassName
{
color: #15DFCC;
}
</style>
background-color css
<style>
a { background-color: #15DFCC; }
a { background-color: rgb(21,223,204); }
div.DivClassName
{
background-color: #15DFCC;
}
.BgClassName
{
background-color: #15DFCC;
}
</style>
border-color css
<style>
span { border-color: #15DFCC; }
span { border-color: rgb(21,223,204); }
td.TdClassName
{
border-color: #15DFCC;
}
.TagClassName
{
border-color: #15DFCC;
}
</style>