Shades of Dark Turquoise #06CFE7
Tints of Dark Turquoise #06CFE7
RGB
CMYK
RGB Variations
Color information
#06CFE7 (or 0x06CFE7) is known color: Dark Turquoise. HEX triplet: 06, CF and E7. RGB value is (6,207,231). Sum of RGB (Red+Green+Blue) = 6+207+231=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #06CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFE7 is #F93018. Grayscale: #959595. Windows color (decimal): -16330777 or 15191814. OLE color: 15191814.
HSL color Cylindrical-coordinate representation of color #06CFE7: hue angle of 186.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFE7 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 207 | 231 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.09 |
| HSL | 186.4º | 0.95% | 0.46% | - |
| HSV(B) | 186.4º | 0.97% | 0.91% | - |
| XYZ | 36.81 | 50.43 | 83.4 | - |
| YUV | 149.64 | 173.91 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 231 | 0.97 | 0.10 | 0 | 0.09 | 186.4 | 0.95 | 0.46 |
| Hex | 6 | CF | E7 | 61 | A | 0 | 9 | BA | 5F | 2E |
| Octal | 6 | 317 | 347 | 141 | 12 | 0 | 11 | 272 | 137 | 56 |
| Binary | 110 | 11001111 | 11100111 | 1100001 | 1010 | 0 | 1001 | 10111010 | 1011111 | 101110 |
Color Harmonies of #06CFE7
Complementary color
Monochromatic Colors of #06CFE7
Black with #06CFE7
Text Example
Text Example
White with #06CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFE7; }
p { color: rgb(6,207,231); }
H1.HeaderClassName
{
color: #06CFE7;
}
.AnyTagClassName
{
color: #06CFE7;
}
</style>
background-color css
<style>
a { background-color: #06CFE7; }
a { background-color: rgb(6,207,231); }
div.DivClassName
{
background-color: #06CFE7;
}
.BgClassName
{
background-color: #06CFE7;
}
</style>
border-color css
<style>
span { border-color: #06CFE7; }
span { border-color: rgb(6,207,231); }
td.TdClassName
{
border-color: #06CFE7;
}
.TagClassName
{
border-color: #06CFE7;
}
</style>