Shades of Bright Turquoise #15DFF4
Tints of Bright Turquoise #15DFF4
RGB
CMYK
RGB Variations
Color information
#15DFF4 (or 0x15DFF4) is known color: Bright Turquoise. HEX triplet: 15, DF and F4. RGB value is (21,223,244). Sum of RGB (Red+Green+Blue) = 21+223+244=488 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.30% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #15DFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFF4 is #EA200B. Grayscale: #A4A4A4. Windows color (decimal): -15343628 or 16047893. OLE color: 16047893.
HSL color Cylindrical-coordinate representation of color #15DFF4: hue angle of 185.65º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFF4 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 223 | 244 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.04 |
| HSL | 185.65º | 0.91% | 0.52% | - |
| HSV(B) | 185.65º | 0.91% | 0.96% | - |
| XYZ | 43.03 | 59.47 | 94.8 | - |
| YUV | 165 | 172.58 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 244 | 0.91 | 0.09 | 0 | 0.04 | 185.65 | 0.91 | 0.52 |
| Hex | 15 | DF | F4 | 5B | 9 | 0 | 4 | BA | 5B | 34 |
| Octal | 25 | 337 | 364 | 133 | 11 | 0 | 4 | 272 | 133 | 64 |
| Binary | 10101 | 11011111 | 11110100 | 1011011 | 1001 | 0 | 100 | 10111010 | 1011011 | 110100 |
Color Harmonies of #15DFF4
Complementary color
Monochromatic Colors of #15DFF4
Black with #15DFF4
Text Example
Text Example
White with #15DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DFF4; }
p { color: rgb(21,223,244); }
H1.HeaderClassName
{
color: #15DFF4;
}
.AnyTagClassName
{
color: #15DFF4;
}
</style>
background-color css
<style>
a { background-color: #15DFF4; }
a { background-color: rgb(21,223,244); }
div.DivClassName
{
background-color: #15DFF4;
}
.BgClassName
{
background-color: #15DFF4;
}
</style>
border-color css
<style>
span { border-color: #15DFF4; }
span { border-color: rgb(21,223,244); }
td.TdClassName
{
border-color: #15DFF4;
}
.TagClassName
{
border-color: #15DFF4;
}
</style>