Shades of Dark Turquoise #05C1DF
Tints of Dark Turquoise #05C1DF
RGB
CMYK
RGB Variations
Color information
#05C1DF (or 0x05C1DF) is known color: Dark Turquoise. HEX triplet: 05, C1 and DF. RGB value is (5,193,223). Sum of RGB (Red+Green+Blue) = 5+193+223=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #05C1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1DF is #FA3E20. Grayscale: #8B8B8B. Windows color (decimal): -16399905 or 14663941. OLE color: 14663941.
HSL color Cylindrical-coordinate representation of color #05C1DF: hue angle of 188.26º 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 #05C1DF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 193 | 223 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.13 |
| HSL | 188.26º | 0.96% | 0.45% | - |
| HSV(B) | 188.26º | 0.98% | 0.87% | - |
| XYZ | 32.45 | 43.5 | 76.5 | - |
| YUV | 140.21 | 174.72 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 223 | 0.98 | 0.13 | 0 | 0.13 | 188.26 | 0.96 | 0.45 |
| Hex | 5 | C1 | DF | 62 | D | 0 | D | BC | 60 | 2D |
| Octal | 5 | 301 | 337 | 142 | 15 | 0 | 15 | 274 | 140 | 55 |
| Binary | 101 | 11000001 | 11011111 | 1100010 | 1101 | 0 | 1101 | 10111100 | 1100000 | 101101 |
Color Harmonies of #05C1DF
Complementary color
Monochromatic Colors of #05C1DF
Black with #05C1DF
Text Example
Text Example
White with #05C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C1DF; }
p { color: rgb(5,193,223); }
H1.HeaderClassName
{
color: #05C1DF;
}
.AnyTagClassName
{
color: #05C1DF;
}
</style>
background-color css
<style>
a { background-color: #05C1DF; }
a { background-color: rgb(5,193,223); }
div.DivClassName
{
background-color: #05C1DF;
}
.BgClassName
{
background-color: #05C1DF;
}
</style>
border-color css
<style>
span { border-color: #05C1DF; }
span { border-color: rgb(5,193,223); }
td.TdClassName
{
border-color: #05C1DF;
}
.TagClassName
{
border-color: #05C1DF;
}
</style>