Shades of Bright Turquoise #15FFD2
Tints of Bright Turquoise #15FFD2
RGB
CMYK
RGB Variations
Color information
#15FFD2 (or 0x15FFD2) is known color: Bright Turquoise. HEX triplet: 15, FF and D2. RGB value is (21,255,210). Sum of RGB (Red+Green+Blue) = 21+255+210=486 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.32% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFD2 is #EA002D. Grayscale: #B3B3B3. Windows color (decimal): -15335470 or 13827861. OLE color: 13827861.
HSL color Cylindrical-coordinate representation of color #15FFD2: hue angle of 168.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFD2 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 210 | - |
| CMYK | 0.92 | 0 | 0.18 | 0 |
| HSL | 168.46º | 1% | 0.54% | - |
| HSV(B) | 168.46º | 0.92% | 1% | - |
| XYZ | 47.7 | 76.33 | 73.19 | - |
| YUV | 179.9 | 144.98 | 14.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 210 | 0.92 | 0 | 0.18 | 0 | 168.46 | 1 | 0.54 |
| Hex | 15 | FF | D2 | 5C | 0 | 12 | 0 | A8 | 64 | 36 |
| Octal | 25 | 377 | 322 | 134 | 0 | 22 | 0 | 250 | 144 | 66 |
| Binary | 10101 | 11111111 | 11010010 | 1011100 | 0 | 10010 | 0 | 10101000 | 1100100 | 110110 |
Color Harmonies of #15FFD2
Complementary color
Monochromatic Colors of #15FFD2
Black with #15FFD2
Text Example
Text Example
White with #15FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFD2; }
p { color: rgb(21,255,210); }
H1.HeaderClassName
{
color: #15FFD2;
}
.AnyTagClassName
{
color: #15FFD2;
}
</style>
background-color css
<style>
a { background-color: #15FFD2; }
a { background-color: rgb(21,255,210); }
div.DivClassName
{
background-color: #15FFD2;
}
.BgClassName
{
background-color: #15FFD2;
}
</style>
border-color css
<style>
span { border-color: #15FFD2; }
span { border-color: rgb(21,255,210); }
td.TdClassName
{
border-color: #15FFD2;
}
.TagClassName
{
border-color: #15FFD2;
}
</style>