Shades of Bright Turquoise #0FDFFD
Tints of Bright Turquoise #0FDFFD
RGB
CMYK
RGB Variations
Color information
#0FDFFD (or 0x0FDFFD) is known color: Bright Turquoise. HEX triplet: 0F, DF and FD. RGB value is (15,223,253). Sum of RGB (Red+Green+Blue) = 15+223+253=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FDFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFFD is #F02002. Grayscale: #A3A3A3. Windows color (decimal): -15736835 or 16637711. OLE color: 16637711.
HSL color Cylindrical-coordinate representation of color #0FDFFD: hue angle of 187.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFFD is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 223 | 253 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.01 |
| HSL | 187.56º | 0.98% | 0.53% | - |
| HSV(B) | 187.56º | 0.94% | 0.99% | - |
| XYZ | 44.31 | 59.97 | 102.17 | - |
| YUV | 164.23 | 178.09 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 253 | 0.94 | 0.12 | 0 | 0.01 | 187.56 | 0.98 | 0.53 |
| Hex | F | DF | FD | 5E | C | 0 | 1 | BC | 62 | 35 |
| Octal | 17 | 337 | 375 | 136 | 14 | 0 | 1 | 274 | 142 | 65 |
| Binary | 1111 | 11011111 | 11111101 | 1011110 | 1100 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #0FDFFD
Complementary color
Monochromatic Colors of #0FDFFD
Black with #0FDFFD
Text Example
Text Example
White with #0FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFFD; }
p { color: rgb(15,223,253); }
H1.HeaderClassName
{
color: #0FDFFD;
}
.AnyTagClassName
{
color: #0FDFFD;
}
</style>
background-color css
<style>
a { background-color: #0FDFFD; }
a { background-color: rgb(15,223,253); }
div.DivClassName
{
background-color: #0FDFFD;
}
.BgClassName
{
background-color: #0FDFFD;
}
</style>
border-color css
<style>
span { border-color: #0FDFFD; }
span { border-color: rgb(15,223,253); }
td.TdClassName
{
border-color: #0FDFFD;
}
.TagClassName
{
border-color: #0FDFFD;
}
</style>