Shades of Dark Turquoise #05CFE3
Tints of Dark Turquoise #05CFE3
RGB
CMYK
RGB Variations
Color information
#05CFE3 (or 0x05CFE3) is known color: Dark Turquoise. HEX triplet: 05, CF and E3. RGB value is (5,207,227). Sum of RGB (Red+Green+Blue) = 5+207+227=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #05CFE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFE3 is #FA301C. Grayscale: #949494. Windows color (decimal): -16396317 or 14929669. OLE color: 14929669.
HSL color Cylindrical-coordinate representation of color #05CFE3: hue angle of 185.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFE3 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 207 | 227 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.11 |
| HSL | 185.41º | 0.96% | 0.45% | - |
| HSV(B) | 185.41º | 0.98% | 0.89% | - |
| XYZ | 36.24 | 50.2 | 80.45 | - |
| YUV | 148.88 | 172.08 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 227 | 0.98 | 0.09 | 0 | 0.11 | 185.41 | 0.96 | 0.45 |
| Hex | 5 | CF | E3 | 62 | 9 | 0 | B | B9 | 60 | 2D |
| Octal | 5 | 317 | 343 | 142 | 11 | 0 | 13 | 271 | 140 | 55 |
| Binary | 101 | 11001111 | 11100011 | 1100010 | 1001 | 0 | 1011 | 10111001 | 1100000 | 101101 |
Color Harmonies of #05CFE3
Complementary color
Monochromatic Colors of #05CFE3
Black with #05CFE3
Text Example
Text Example
White with #05CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFE3; }
p { color: rgb(5,207,227); }
H1.HeaderClassName
{
color: #05CFE3;
}
.AnyTagClassName
{
color: #05CFE3;
}
</style>
background-color css
<style>
a { background-color: #05CFE3; }
a { background-color: rgb(5,207,227); }
div.DivClassName
{
background-color: #05CFE3;
}
.BgClassName
{
background-color: #05CFE3;
}
</style>
border-color css
<style>
span { border-color: #05CFE3; }
span { border-color: rgb(5,207,227); }
td.TdClassName
{
border-color: #05CFE3;
}
.TagClassName
{
border-color: #05CFE3;
}
</style>