Shades of Dark Turquoise #00C5DA
Tints of Dark Turquoise #00C5DA
RGB
CMYK
RGB Variations
Color information
#00C5DA (or 0x00C5DA) is known color: Dark Turquoise. HEX triplet: 00, C5 and DA. RGB value is (0,197,218). Sum of RGB (Red+Green+Blue) = 0+197+218=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #00C5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C5DA is #FF3A25. Grayscale: #8C8C8C. Windows color (decimal): -16726566 or 14337280. OLE color: 14337280.
HSL color Cylindrical-coordinate representation of color #00C5DA: hue angle of 185.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C5DA is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 197 | 218 | - |
| CMYK | 1 | 0.10 | 0 | 0.15 |
| HSL | 185.78º | 1% | 0.43% | - |
| HSV(B) | 185.78º | 1% | 0.85% | - |
| XYZ | 32.62 | 44.99 | 73.3 | - |
| YUV | 140.49 | 171.73 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 218 | 1 | 0.10 | 0 | 0.15 | 185.78 | 1 | 0.43 |
| Hex | 0 | C5 | DA | 64 | A | 0 | F | BA | 64 | 2B |
| Octal | 0 | 305 | 332 | 144 | 12 | 0 | 17 | 272 | 144 | 53 |
| Binary | 0 | 11000101 | 11011010 | 1100100 | 1010 | 0 | 1111 | 10111010 | 1100100 | 101011 |
Color Harmonies of #00C5DA
Complementary color
Monochromatic Colors of #00C5DA
Black with #00C5DA
Text Example
Text Example
White with #00C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5DA; }
p { color: rgb(0,197,218); }
H1.HeaderClassName
{
color: #00C5DA;
}
.AnyTagClassName
{
color: #00C5DA;
}
</style>
background-color css
<style>
a { background-color: #00C5DA; }
a { background-color: rgb(0,197,218); }
div.DivClassName
{
background-color: #00C5DA;
}
.BgClassName
{
background-color: #00C5DA;
}
</style>
border-color css
<style>
span { border-color: #00C5DA; }
span { border-color: rgb(0,197,218); }
td.TdClassName
{
border-color: #00C5DA;
}
.TagClassName
{
border-color: #00C5DA;
}
</style>