Shades of Dark Turquoise #05CFE5
Tints of Dark Turquoise #05CFE5
RGB
CMYK
RGB Variations
Color information
#05CFE5 (or 0x05CFE5) is known color: Dark Turquoise. HEX triplet: 05, CF and E5. RGB value is (5,207,229). Sum of RGB (Red+Green+Blue) = 5+207+229=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #05CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFE5 is #FA301A. Grayscale: #949494. Windows color (decimal): -16396315 or 15060741. OLE color: 15060741.
HSL color Cylindrical-coordinate representation of color #05CFE5: hue angle of 185.89º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFE5 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 207 | 229 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.10 |
| HSL | 185.89º | 0.96% | 0.46% | - |
| HSV(B) | 185.89º | 0.98% | 0.9% | - |
| XYZ | 36.52 | 50.32 | 81.92 | - |
| YUV | 149.11 | 173.08 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 229 | 0.98 | 0.10 | 0 | 0.10 | 185.89 | 0.96 | 0.46 |
| Hex | 5 | CF | E5 | 62 | A | 0 | A | BA | 60 | 2E |
| Octal | 5 | 317 | 345 | 142 | 12 | 0 | 12 | 272 | 140 | 56 |
| Binary | 101 | 11001111 | 11100101 | 1100010 | 1010 | 0 | 1010 | 10111010 | 1100000 | 101110 |
Color Harmonies of #05CFE5
Complementary color
Monochromatic Colors of #05CFE5
Black with #05CFE5
Text Example
Text Example
White with #05CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFE5; }
p { color: rgb(5,207,229); }
H1.HeaderClassName
{
color: #05CFE5;
}
.AnyTagClassName
{
color: #05CFE5;
}
</style>
background-color css
<style>
a { background-color: #05CFE5; }
a { background-color: rgb(5,207,229); }
div.DivClassName
{
background-color: #05CFE5;
}
.BgClassName
{
background-color: #05CFE5;
}
</style>
border-color css
<style>
span { border-color: #05CFE5; }
span { border-color: rgb(5,207,229); }
td.TdClassName
{
border-color: #05CFE5;
}
.TagClassName
{
border-color: #05CFE5;
}
</style>