Shades of Bright Turquoise #05DFF6
Tints of Bright Turquoise #05DFF6
RGB
CMYK
RGB Variations
Color information
#05DFF6 (or 0x05DFF6) is known color: Bright Turquoise. HEX triplet: 05, DF and F6. RGB value is (5,223,246). Sum of RGB (Red+Green+Blue) = 5+223+246=474 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #05DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFF6 is #FA2009. Grayscale: #A0A0A0. Windows color (decimal): -16392202 or 16178949. OLE color: 16178949.
HSL color Cylindrical-coordinate representation of color #05DFF6: hue angle of 185.73º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFF6 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 223 | 246 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.04 |
| HSL | 185.73º | 0.96% | 0.49% | - |
| HSV(B) | 185.73º | 0.98% | 0.96% | - |
| XYZ | 43.08 | 59.46 | 96.4 | - |
| YUV | 160.44 | 176.28 | 17.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 246 | 0.98 | 0.09 | 0 | 0.04 | 185.73 | 0.96 | 0.49 |
| Hex | 5 | DF | F6 | 62 | 9 | 0 | 4 | BA | 60 | 31 |
| Octal | 5 | 337 | 366 | 142 | 11 | 0 | 4 | 272 | 140 | 61 |
| Binary | 101 | 11011111 | 11110110 | 1100010 | 1001 | 0 | 100 | 10111010 | 1100000 | 110001 |
Color Harmonies of #05DFF6
Complementary color
Monochromatic Colors of #05DFF6
Black with #05DFF6
Text Example
Text Example
White with #05DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFF6; }
p { color: rgb(5,223,246); }
H1.HeaderClassName
{
color: #05DFF6;
}
.AnyTagClassName
{
color: #05DFF6;
}
</style>
background-color css
<style>
a { background-color: #05DFF6; }
a { background-color: rgb(5,223,246); }
div.DivClassName
{
background-color: #05DFF6;
}
.BgClassName
{
background-color: #05DFF6;
}
</style>
border-color css
<style>
span { border-color: #05DFF6; }
span { border-color: rgb(5,223,246); }
td.TdClassName
{
border-color: #05DFF6;
}
.TagClassName
{
border-color: #05DFF6;
}
</style>