Shades of Bright Turquoise #05F1DB
Tints of Bright Turquoise #05F1DB
RGB
CMYK
RGB Variations
Color information
#05F1DB (or 0x05F1DB) is known color: Bright Turquoise. HEX triplet: 05, F1 and DB. RGB value is (5,241,219). Sum of RGB (Red+Green+Blue) = 5+241+219=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #05F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F1DB is #FA0E24. Grayscale: #A7A7A7. Windows color (decimal): -16387621 or 14414085. OLE color: 14414085.
HSL color Cylindrical-coordinate representation of color #05F1DB: hue angle of 174.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F1DB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 241 | 219 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.05 |
| HSL | 174.41º | 0.96% | 0.48% | - |
| HSV(B) | 174.41º | 0.98% | 0.95% | - |
| XYZ | 44.3 | 68.06 | 77.82 | - |
| YUV | 167.93 | 156.81 | 11.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 241 | 219 | 0.98 | 0 | 0.09 | 0.05 | 174.41 | 0.96 | 0.48 |
| Hex | 5 | F1 | DB | 62 | 0 | 9 | 5 | AE | 60 | 30 |
| Octal | 5 | 361 | 333 | 142 | 0 | 11 | 5 | 256 | 140 | 60 |
| Binary | 101 | 11110001 | 11011011 | 1100010 | 0 | 1001 | 101 | 10101110 | 1100000 | 110000 |
Color Harmonies of #05F1DB
Complementary color
Monochromatic Colors of #05F1DB
Black with #05F1DB
Text Example
Text Example
White with #05F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F1DB; }
p { color: rgb(5,241,219); }
H1.HeaderClassName
{
color: #05F1DB;
}
.AnyTagClassName
{
color: #05F1DB;
}
</style>
background-color css
<style>
a { background-color: #05F1DB; }
a { background-color: rgb(5,241,219); }
div.DivClassName
{
background-color: #05F1DB;
}
.BgClassName
{
background-color: #05F1DB;
}
</style>
border-color css
<style>
span { border-color: #05F1DB; }
span { border-color: rgb(5,241,219); }
td.TdClassName
{
border-color: #05F1DB;
}
.TagClassName
{
border-color: #05F1DB;
}
</style>