Shades of Bright Turquoise #15DCF0
Tints of Bright Turquoise #15DCF0
RGB
CMYK
RGB Variations
Color information
#15DCF0 (or 0x15DCF0) is known color: Bright Turquoise. HEX triplet: 15, DC and F0. RGB value is (21,220,240). Sum of RGB (Red+Green+Blue) = 21+220+240=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #15DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DCF0 is #EA230F. Grayscale: #A2A2A2. Windows color (decimal): -15344400 or 15784981. OLE color: 15784981.
HSL color Cylindrical-coordinate representation of color #15DCF0: hue angle of 185.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DCF0 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 220 | 240 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.06 |
| HSL | 185.48º | 0.88% | 0.51% | - |
| HSV(B) | 185.48º | 0.91% | 0.94% | - |
| XYZ | 41.63 | 57.64 | 91.37 | - |
| YUV | 162.78 | 171.57 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 240 | 0.91 | 0.08 | 0 | 0.06 | 185.48 | 0.88 | 0.51 |
| Hex | 15 | DC | F0 | 5B | 8 | 0 | 6 | B9 | 58 | 33 |
| Octal | 25 | 334 | 360 | 133 | 10 | 0 | 6 | 271 | 130 | 63 |
| Binary | 10101 | 11011100 | 11110000 | 1011011 | 1000 | 0 | 110 | 10111001 | 1011000 | 110011 |
Color Harmonies of #15DCF0
Complementary color
Monochromatic Colors of #15DCF0
Black with #15DCF0
Text Example
Text Example
White with #15DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCF0; }
p { color: rgb(21,220,240); }
H1.HeaderClassName
{
color: #15DCF0;
}
.AnyTagClassName
{
color: #15DCF0;
}
</style>
background-color css
<style>
a { background-color: #15DCF0; }
a { background-color: rgb(21,220,240); }
div.DivClassName
{
background-color: #15DCF0;
}
.BgClassName
{
background-color: #15DCF0;
}
</style>
border-color css
<style>
span { border-color: #15DCF0; }
span { border-color: rgb(21,220,240); }
td.TdClassName
{
border-color: #15DCF0;
}
.TagClassName
{
border-color: #15DCF0;
}
</style>