Shades of Bright Turquoise #0FDFF1
Tints of Bright Turquoise #0FDFF1
RGB
CMYK
RGB Variations
Color information
#0FDFF1 (or 0x0FDFF1) is known color: Bright Turquoise. HEX triplet: 0F, DF and F1. RGB value is (15,223,241). Sum of RGB (Red+Green+Blue) = 15+223+241=479 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.13% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FDFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFF1 is #F0200E. Grayscale: #A2A2A2. Windows color (decimal): -15736847 or 15851279. OLE color: 15851279.
HSL color Cylindrical-coordinate representation of color #0FDFF1: hue angle of 184.78º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFF1 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 223 | 241 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.05 |
| HSL | 184.78º | 0.89% | 0.5% | - |
| HSV(B) | 184.78º | 0.94% | 0.95% | - |
| XYZ | 42.46 | 59.23 | 92.41 | - |
| YUV | 162.86 | 172.09 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 241 | 0.94 | 0.07 | 0 | 0.05 | 184.78 | 0.89 | 0.5 |
| Hex | F | DF | F1 | 5E | 7 | 0 | 5 | B9 | 59 | 32 |
| Octal | 17 | 337 | 361 | 136 | 7 | 0 | 5 | 271 | 131 | 62 |
| Binary | 1111 | 11011111 | 11110001 | 1011110 | 111 | 0 | 101 | 10111001 | 1011001 | 110010 |
Color Harmonies of #0FDFF1
Complementary color
Monochromatic Colors of #0FDFF1
Black with #0FDFF1
Text Example
Text Example
White with #0FDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFF1; }
p { color: rgb(15,223,241); }
H1.HeaderClassName
{
color: #0FDFF1;
}
.AnyTagClassName
{
color: #0FDFF1;
}
</style>
background-color css
<style>
a { background-color: #0FDFF1; }
a { background-color: rgb(15,223,241); }
div.DivClassName
{
background-color: #0FDFF1;
}
.BgClassName
{
background-color: #0FDFF1;
}
</style>
border-color css
<style>
span { border-color: #0FDFF1; }
span { border-color: rgb(15,223,241); }
td.TdClassName
{
border-color: #0FDFF1;
}
.TagClassName
{
border-color: #0FDFF1;
}
</style>