Shades of Bright Turquoise #05FBDD
Tints of Bright Turquoise #05FBDD
RGB
CMYK
RGB Variations
Color information
#05FBDD (or 0x05FBDD) is known color: Bright Turquoise. HEX triplet: 05, FB and DD. RGB value is (5,251,221). Sum of RGB (Red+Green+Blue) = 5+251+221=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #05FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FBDD is #FA0422. Grayscale: #ADADAD. Windows color (decimal): -16385059 or 14547717. OLE color: 14547717.
HSL color Cylindrical-coordinate representation of color #05FBDD: hue angle of 172.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FBDD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 221 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.02 |
| HSL | 172.68º | 0.97% | 0.5% | - |
| HSV(B) | 172.68º | 0.98% | 0.98% | - |
| XYZ | 47.61 | 74.25 | 80.23 | - |
| YUV | 174.03 | 154.5 | 7.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 221 | 0.98 | 0 | 0.12 | 0.02 | 172.68 | 0.97 | 0.5 |
| Hex | 5 | FB | DD | 62 | 0 | C | 2 | AD | 61 | 32 |
| Octal | 5 | 373 | 335 | 142 | 0 | 14 | 2 | 255 | 141 | 62 |
| Binary | 101 | 11111011 | 11011101 | 1100010 | 0 | 1100 | 10 | 10101101 | 1100001 | 110010 |
Color Harmonies of #05FBDD
Complementary color
Monochromatic Colors of #05FBDD
Black with #05FBDD
Text Example
Text Example
White with #05FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FBDD; }
p { color: rgb(5,251,221); }
H1.HeaderClassName
{
color: #05FBDD;
}
.AnyTagClassName
{
color: #05FBDD;
}
</style>
background-color css
<style>
a { background-color: #05FBDD; }
a { background-color: rgb(5,251,221); }
div.DivClassName
{
background-color: #05FBDD;
}
.BgClassName
{
background-color: #05FBDD;
}
</style>
border-color css
<style>
span { border-color: #05FBDD; }
span { border-color: rgb(5,251,221); }
td.TdClassName
{
border-color: #05FBDD;
}
.TagClassName
{
border-color: #05FBDD;
}
</style>