Shades of Bright Turquoise #15D7DF
Tints of Bright Turquoise #15D7DF
RGB
CMYK
RGB Variations
Color information
#15D7DF (or 0x15D7DF) is known color: Bright Turquoise. HEX triplet: 15, D7 and DF. RGB value is (21,215,223). Sum of RGB (Red+Green+Blue) = 21+215+223=459 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.58% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #15D7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D7DF is #EA2820. Grayscale: #9D9D9D. Windows color (decimal): -15345697 or 14669589. OLE color: 14669589.
HSL color Cylindrical-coordinate representation of color #15D7DF: hue angle of 182.38º 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 #15D7DF is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 215 | 223 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.13 |
| HSL | 182.38º | 0.83% | 0.48% | - |
| HSV(B) | 182.38º | 0.91% | 0.87% | - |
| XYZ | 37.93 | 54.09 | 78.25 | - |
| YUV | 157.91 | 164.73 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 215 | 223 | 0.91 | 0.04 | 0 | 0.13 | 182.38 | 0.83 | 0.48 |
| Hex | 15 | D7 | DF | 5B | 4 | 0 | D | B6 | 53 | 30 |
| Octal | 25 | 327 | 337 | 133 | 4 | 0 | 15 | 266 | 123 | 60 |
| Binary | 10101 | 11010111 | 11011111 | 1011011 | 100 | 0 | 1101 | 10110110 | 1010011 | 110000 |
Color Harmonies of #15D7DF
Complementary color
Monochromatic Colors of #15D7DF
Black with #15D7DF
Text Example
Text Example
White with #15D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D7DF; }
p { color: rgb(21,215,223); }
H1.HeaderClassName
{
color: #15D7DF;
}
.AnyTagClassName
{
color: #15D7DF;
}
</style>
background-color css
<style>
a { background-color: #15D7DF; }
a { background-color: rgb(21,215,223); }
div.DivClassName
{
background-color: #15D7DF;
}
.BgClassName
{
background-color: #15D7DF;
}
</style>
border-color css
<style>
span { border-color: #15D7DF; }
span { border-color: rgb(21,215,223); }
td.TdClassName
{
border-color: #15D7DF;
}
.TagClassName
{
border-color: #15D7DF;
}
</style>