Shades of Bright Turquoise #05DFE6
Tints of Bright Turquoise #05DFE6
RGB
CMYK
RGB Variations
Color information
#05DFE6 (or 0x05DFE6) is known color: Bright Turquoise. HEX triplet: 05, DF and E6. RGB value is (5,223,230). Sum of RGB (Red+Green+Blue) = 5+223+230=458 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #05DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFE6 is #FA2019. Grayscale: #9E9E9E. Windows color (decimal): -16392218 or 15130373. OLE color: 15130373.
HSL color Cylindrical-coordinate representation of color #05DFE6: hue angle of 181.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFE6 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 223 | 230 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.10 |
| HSL | 181.87º | 0.96% | 0.46% | - |
| HSV(B) | 181.87º | 0.98% | 0.9% | - |
| XYZ | 40.73 | 58.52 | 84.01 | - |
| YUV | 158.62 | 168.28 | 18.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 230 | 0.98 | 0.03 | 0 | 0.10 | 181.87 | 0.96 | 0.46 |
| Hex | 5 | DF | E6 | 62 | 3 | 0 | A | B6 | 60 | 2E |
| Octal | 5 | 337 | 346 | 142 | 3 | 0 | 12 | 266 | 140 | 56 |
| Binary | 101 | 11011111 | 11100110 | 1100010 | 11 | 0 | 1010 | 10110110 | 1100000 | 101110 |
Color Harmonies of #05DFE6
Complementary color
Monochromatic Colors of #05DFE6
Black with #05DFE6
Text Example
Text Example
White with #05DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFE6; }
p { color: rgb(5,223,230); }
H1.HeaderClassName
{
color: #05DFE6;
}
.AnyTagClassName
{
color: #05DFE6;
}
</style>
background-color css
<style>
a { background-color: #05DFE6; }
a { background-color: rgb(5,223,230); }
div.DivClassName
{
background-color: #05DFE6;
}
.BgClassName
{
background-color: #05DFE6;
}
</style>
border-color css
<style>
span { border-color: #05DFE6; }
span { border-color: rgb(5,223,230); }
td.TdClassName
{
border-color: #05DFE6;
}
.TagClassName
{
border-color: #05DFE6;
}
</style>