Shades of Bright Turquoise #05DCDD
Tints of Bright Turquoise #05DCDD
RGB
CMYK
RGB Variations
Color information
#05DCDD (or 0x05DCDD) is known color: Bright Turquoise. HEX triplet: 05, DC and DD. RGB value is (5,220,221). Sum of RGB (Red+Green+Blue) = 5+220+221=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #05DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCDD is #FA2322. Grayscale: #9B9B9B. Windows color (decimal): -16392995 or 14539781. OLE color: 14539781.
HSL color Cylindrical-coordinate representation of color #05DCDD: hue angle of 180.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCDD is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 220 | 221 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.13 |
| HSL | 180.28º | 0.96% | 0.44% | - |
| HSV(B) | 180.28º | 0.98% | 0.87% | - |
| XYZ | 38.71 | 56.44 | 77.26 | - |
| YUV | 155.83 | 164.77 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 221 | 0.98 | 0.00 | 0 | 0.13 | 180.28 | 0.96 | 0.44 |
| Hex | 5 | DC | DD | 62 | 0 | 0 | D | B4 | 60 | 2C |
| Octal | 5 | 334 | 335 | 142 | 0 | 0 | 15 | 264 | 140 | 54 |
| Binary | 101 | 11011100 | 11011101 | 1100010 | 0 | 0 | 1101 | 10110100 | 1100000 | 101100 |
Color Harmonies of #05DCDD
Complementary color
Monochromatic Colors of #05DCDD
Black with #05DCDD
Text Example
Text Example
White with #05DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCDD; }
p { color: rgb(5,220,221); }
H1.HeaderClassName
{
color: #05DCDD;
}
.AnyTagClassName
{
color: #05DCDD;
}
</style>
background-color css
<style>
a { background-color: #05DCDD; }
a { background-color: rgb(5,220,221); }
div.DivClassName
{
background-color: #05DCDD;
}
.BgClassName
{
background-color: #05DCDD;
}
</style>
border-color css
<style>
span { border-color: #05DCDD; }
span { border-color: rgb(5,220,221); }
td.TdClassName
{
border-color: #05DCDD;
}
.TagClassName
{
border-color: #05DCDD;
}
</style>