Shades of Bright Turquoise #15FEDD
Tints of Bright Turquoise #15FEDD
RGB
CMYK
RGB Variations
Color information
#15FEDD (or 0x15FEDD) is known color: Bright Turquoise. HEX triplet: 15, FE and DD. RGB value is (21,254,221). Sum of RGB (Red+Green+Blue) = 21+254+221=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEDD is #EA0122. Grayscale: #B4B4B4. Windows color (decimal): -15335715 or 14548501. OLE color: 14548501.
HSL color Cylindrical-coordinate representation of color #15FEDD: hue angle of 171.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FEDD is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 221 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.00 |
| HSL | 171.5º | 0.99% | 0.54% | - |
| HSV(B) | 171.5º | 0.92% | 1% | - |
| XYZ | 48.8 | 76.26 | 80.55 | - |
| YUV | 180.57 | 150.81 | 14.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 221 | 0.92 | 0 | 0.13 | 0.00 | 171.5 | 0.99 | 0.54 |
| Hex | 15 | FE | DD | 5C | 0 | D | 0 | AC | 63 | 36 |
| Octal | 25 | 376 | 335 | 134 | 0 | 15 | 0 | 254 | 143 | 66 |
| Binary | 10101 | 11111110 | 11011101 | 1011100 | 0 | 1101 | 0 | 10101100 | 1100011 | 110110 |
Color Harmonies of #15FEDD
Complementary color
Monochromatic Colors of #15FEDD
Black with #15FEDD
Text Example
Text Example
White with #15FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEDD; }
p { color: rgb(21,254,221); }
H1.HeaderClassName
{
color: #15FEDD;
}
.AnyTagClassName
{
color: #15FEDD;
}
</style>
background-color css
<style>
a { background-color: #15FEDD; }
a { background-color: rgb(21,254,221); }
div.DivClassName
{
background-color: #15FEDD;
}
.BgClassName
{
background-color: #15FEDD;
}
</style>
border-color css
<style>
span { border-color: #15FEDD; }
span { border-color: rgb(21,254,221); }
td.TdClassName
{
border-color: #15FEDD;
}
.TagClassName
{
border-color: #15FEDD;
}
</style>