Shades of Bright Turquoise #15DEF1
Tints of Bright Turquoise #15DEF1
RGB
CMYK
RGB Variations
Color information
#15DEF1 (or 0x15DEF1) is known color: Bright Turquoise. HEX triplet: 15, DE and F1. RGB value is (21,222,241). Sum of RGB (Red+Green+Blue) = 21+222+241=484 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.34% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #15DEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEF1 is #EA210E. Grayscale: #A3A3A3. Windows color (decimal): -15343887 or 15851029. OLE color: 15851029.
HSL color Cylindrical-coordinate representation of color #15DEF1: hue angle of 185.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEF1 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 222 | 241 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.05 |
| HSL | 185.18º | 0.89% | 0.51% | - |
| HSV(B) | 185.18º | 0.91% | 0.95% | - |
| XYZ | 42.31 | 58.75 | 92.33 | - |
| YUV | 164.07 | 171.41 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 241 | 0.91 | 0.08 | 0 | 0.05 | 185.18 | 0.89 | 0.51 |
| Hex | 15 | DE | F1 | 5B | 8 | 0 | 5 | B9 | 59 | 33 |
| Octal | 25 | 336 | 361 | 133 | 10 | 0 | 5 | 271 | 131 | 63 |
| Binary | 10101 | 11011110 | 11110001 | 1011011 | 1000 | 0 | 101 | 10111001 | 1011001 | 110011 |
Color Harmonies of #15DEF1
Complementary color
Monochromatic Colors of #15DEF1
Black with #15DEF1
Text Example
Text Example
White with #15DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DEF1; }
p { color: rgb(21,222,241); }
H1.HeaderClassName
{
color: #15DEF1;
}
.AnyTagClassName
{
color: #15DEF1;
}
</style>
background-color css
<style>
a { background-color: #15DEF1; }
a { background-color: rgb(21,222,241); }
div.DivClassName
{
background-color: #15DEF1;
}
.BgClassName
{
background-color: #15DEF1;
}
</style>
border-color css
<style>
span { border-color: #15DEF1; }
span { border-color: rgb(21,222,241); }
td.TdClassName
{
border-color: #15DEF1;
}
.TagClassName
{
border-color: #15DEF1;
}
</style>