Shades of Bright Turquoise #05DFD2
Tints of Bright Turquoise #05DFD2
RGB
CMYK
RGB Variations
Color information
#05DFD2 (or 0x05DFD2) is known color: Bright Turquoise. HEX triplet: 05, DF and D2. RGB value is (5,223,210). Sum of RGB (Red+Green+Blue) = 5+223+210=438 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #05DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFD2 is #FA202D. Grayscale: #9C9C9C. Windows color (decimal): -16392238 or 13819653. OLE color: 13819653.
HSL color Cylindrical-coordinate representation of color #05DFD2: hue angle of 176.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFD2 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 210 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.13 |
| HSL | 176.42º | 0.96% | 0.45% | - |
| HSV(B) | 176.42º | 0.98% | 0.87% | - |
| XYZ | 38.08 | 57.46 | 70.06 | - |
| YUV | 156.34 | 158.28 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 210 | 0.98 | 0 | 0.06 | 0.13 | 176.42 | 0.96 | 0.45 |
| Hex | 5 | DF | D2 | 62 | 0 | 6 | D | B0 | 60 | 2D |
| Octal | 5 | 337 | 322 | 142 | 0 | 6 | 15 | 260 | 140 | 55 |
| Binary | 101 | 11011111 | 11010010 | 1100010 | 0 | 110 | 1101 | 10110000 | 1100000 | 101101 |
Color Harmonies of #05DFD2
Complementary color
Monochromatic Colors of #05DFD2
Black with #05DFD2
Text Example
Text Example
White with #05DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFD2; }
p { color: rgb(5,223,210); }
H1.HeaderClassName
{
color: #05DFD2;
}
.AnyTagClassName
{
color: #05DFD2;
}
</style>
background-color css
<style>
a { background-color: #05DFD2; }
a { background-color: rgb(5,223,210); }
div.DivClassName
{
background-color: #05DFD2;
}
.BgClassName
{
background-color: #05DFD2;
}
</style>
border-color css
<style>
span { border-color: #05DFD2; }
span { border-color: rgb(5,223,210); }
td.TdClassName
{
border-color: #05DFD2;
}
.TagClassName
{
border-color: #05DFD2;
}
</style>