Shades of Bright Turquoise #0FE6DF
Tints of Bright Turquoise #0FE6DF
RGB
CMYK
RGB Variations
Color information
#0FE6DF (or 0x0FE6DF) is known color: Bright Turquoise. HEX triplet: 0F, E6 and DF. RGB value is (15,230,223). Sum of RGB (Red+Green+Blue) = 15+230+223=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE6DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE6DF is #F01920. Grayscale: #A4A4A4. Windows color (decimal): -15735073 or 14673423. OLE color: 14673423.
HSL color Cylindrical-coordinate representation of color #0FE6DF: hue angle of 178.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE6DF is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 223 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.10 |
| HSL | 178.05º | 0.88% | 0.48% | - |
| HSV(B) | 178.05º | 0.93% | 0.9% | - |
| XYZ | 41.81 | 62.02 | 79.58 | - |
| YUV | 164.92 | 160.77 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 223 | 0.93 | 0 | 0.03 | 0.10 | 178.05 | 0.88 | 0.48 |
| Hex | F | E6 | DF | 5D | 0 | 3 | A | B2 | 58 | 30 |
| Octal | 17 | 346 | 337 | 135 | 0 | 3 | 12 | 262 | 130 | 60 |
| Binary | 1111 | 11100110 | 11011111 | 1011101 | 0 | 11 | 1010 | 10110010 | 1011000 | 110000 |
Color Harmonies of #0FE6DF
Complementary color
Monochromatic Colors of #0FE6DF
Black with #0FE6DF
Text Example
Text Example
White with #0FE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE6DF; }
p { color: rgb(15,230,223); }
H1.HeaderClassName
{
color: #0FE6DF;
}
.AnyTagClassName
{
color: #0FE6DF;
}
</style>
background-color css
<style>
a { background-color: #0FE6DF; }
a { background-color: rgb(15,230,223); }
div.DivClassName
{
background-color: #0FE6DF;
}
.BgClassName
{
background-color: #0FE6DF;
}
</style>
border-color css
<style>
span { border-color: #0FE6DF; }
span { border-color: rgb(15,230,223); }
td.TdClassName
{
border-color: #0FE6DF;
}
.TagClassName
{
border-color: #0FE6DF;
}
</style>