Shades of Bright Turquoise #15DBF3
Tints of Bright Turquoise #15DBF3
RGB
CMYK
RGB Variations
Color information
#15DBF3 (or 0x15DBF3) is known color: Bright Turquoise. HEX triplet: 15, DB and F3. RGB value is (21,219,243). Sum of RGB (Red+Green+Blue) = 21+219+243=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #15DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBF3 is #EA240C. Grayscale: #A2A2A2. Windows color (decimal): -15344653 or 15981333. OLE color: 15981333.
HSL color Cylindrical-coordinate representation of color #15DBF3: hue angle of 186.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DBF3 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 219 | 243 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.05 |
| HSL | 186.49º | 0.9% | 0.52% | - |
| HSV(B) | 186.49º | 0.91% | 0.95% | - |
| XYZ | 41.82 | 57.29 | 93.65 | - |
| YUV | 162.53 | 173.4 | 27.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 243 | 0.91 | 0.10 | 0 | 0.05 | 186.49 | 0.9 | 0.52 |
| Hex | 15 | DB | F3 | 5B | A | 0 | 5 | BA | 5A | 34 |
| Octal | 25 | 333 | 363 | 133 | 12 | 0 | 5 | 272 | 132 | 64 |
| Binary | 10101 | 11011011 | 11110011 | 1011011 | 1010 | 0 | 101 | 10111010 | 1011010 | 110100 |
Color Harmonies of #15DBF3
Complementary color
Monochromatic Colors of #15DBF3
Black with #15DBF3
Text Example
Text Example
White with #15DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBF3; }
p { color: rgb(21,219,243); }
H1.HeaderClassName
{
color: #15DBF3;
}
.AnyTagClassName
{
color: #15DBF3;
}
</style>
background-color css
<style>
a { background-color: #15DBF3; }
a { background-color: rgb(21,219,243); }
div.DivClassName
{
background-color: #15DBF3;
}
.BgClassName
{
background-color: #15DBF3;
}
</style>
border-color css
<style>
span { border-color: #15DBF3; }
span { border-color: rgb(21,219,243); }
td.TdClassName
{
border-color: #15DBF3;
}
.TagClassName
{
border-color: #15DBF3;
}
</style>