Shades of Bright Turquoise #05F8DF
Tints of Bright Turquoise #05F8DF
RGB
CMYK
RGB Variations
Color information
#05F8DF (or 0x05F8DF) is known color: Bright Turquoise. HEX triplet: 05, F8 and DF. RGB value is (5,248,223). Sum of RGB (Red+Green+Blue) = 5+248+223=476 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F8DF is #FA0720. Grayscale: #ACACAC. Windows color (decimal): -16385825 or 14678021. OLE color: 14678021.
HSL color Cylindrical-coordinate representation of color #05F8DF: hue angle of 173.83º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8DF is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 223 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.03 |
| HSL | 173.83º | 0.96% | 0.5% | - |
| HSV(B) | 173.83º | 0.98% | 0.97% | - |
| XYZ | 46.95 | 72.49 | 81.33 | - |
| YUV | 172.49 | 156.49 | 8.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 223 | 0.98 | 0 | 0.10 | 0.03 | 173.83 | 0.96 | 0.5 |
| Hex | 5 | F8 | DF | 62 | 0 | A | 3 | AE | 60 | 32 |
| Octal | 5 | 370 | 337 | 142 | 0 | 12 | 3 | 256 | 140 | 62 |
| Binary | 101 | 11111000 | 11011111 | 1100010 | 0 | 1010 | 11 | 10101110 | 1100000 | 110010 |
Color Harmonies of #05F8DF
Complementary color
Monochromatic Colors of #05F8DF
Black with #05F8DF
Text Example
Text Example
White with #05F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F8DF; }
p { color: rgb(5,248,223); }
H1.HeaderClassName
{
color: #05F8DF;
}
.AnyTagClassName
{
color: #05F8DF;
}
</style>
background-color css
<style>
a { background-color: #05F8DF; }
a { background-color: rgb(5,248,223); }
div.DivClassName
{
background-color: #05F8DF;
}
.BgClassName
{
background-color: #05F8DF;
}
</style>
border-color css
<style>
span { border-color: #05F8DF; }
span { border-color: rgb(5,248,223); }
td.TdClassName
{
border-color: #05F8DF;
}
.TagClassName
{
border-color: #05F8DF;
}
</style>