Shades of Bright Turquoise #05DDD3
Tints of Bright Turquoise #05DDD3
RGB
CMYK
RGB Variations
Color information
#05DDD3 (or 0x05DDD3) is known color: Bright Turquoise. HEX triplet: 05, DD and D3. RGB value is (5,221,211). Sum of RGB (Red+Green+Blue) = 5+221+211=437 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDD3 is #FA222C. Grayscale: #9B9B9B. Windows color (decimal): -16392749 or 13884677. OLE color: 13884677.
HSL color Cylindrical-coordinate representation of color #05DDD3: hue angle of 177.22º 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 #05DDD3 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 211 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.13 |
| HSL | 177.22º | 0.96% | 0.44% | - |
| HSV(B) | 177.22º | 0.98% | 0.87% | - |
| XYZ | 37.68 | 56.45 | 70.54 | - |
| YUV | 155.28 | 159.44 | 20.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 211 | 0.98 | 0 | 0.05 | 0.13 | 177.22 | 0.96 | 0.44 |
| Hex | 5 | DD | D3 | 62 | 0 | 5 | D | B1 | 60 | 2C |
| Octal | 5 | 335 | 323 | 142 | 0 | 5 | 15 | 261 | 140 | 54 |
| Binary | 101 | 11011101 | 11010011 | 1100010 | 0 | 101 | 1101 | 10110001 | 1100000 | 101100 |
Color Harmonies of #05DDD3
Complementary color
Monochromatic Colors of #05DDD3
Black with #05DDD3
Text Example
Text Example
White with #05DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDD3; }
p { color: rgb(5,221,211); }
H1.HeaderClassName
{
color: #05DDD3;
}
.AnyTagClassName
{
color: #05DDD3;
}
</style>
background-color css
<style>
a { background-color: #05DDD3; }
a { background-color: rgb(5,221,211); }
div.DivClassName
{
background-color: #05DDD3;
}
.BgClassName
{
background-color: #05DDD3;
}
</style>
border-color css
<style>
span { border-color: #05DDD3; }
span { border-color: rgb(5,221,211); }
td.TdClassName
{
border-color: #05DDD3;
}
.TagClassName
{
border-color: #05DDD3;
}
</style>