Shades of Bright Turquoise #06DCDF
Tints of Bright Turquoise #06DCDF
RGB
CMYK
RGB Variations
Color information
#06DCDF (or 0x06DCDF) is known color: Bright Turquoise. HEX triplet: 06, DC and DF. RGB value is (6,220,223). Sum of RGB (Red+Green+Blue) = 6+220+223=449 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #06DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCDF is #F92320. Grayscale: #9C9C9C. Windows color (decimal): -16327457 or 14670854. OLE color: 14670854.
HSL color Cylindrical-coordinate representation of color #06DCDF: hue angle of 180.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCDF is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 6 | 220 | 223 | - |
CMYK | 0.97 | 0.01 | 0 | 0.13 |
HSL | 180.83º | 0.95% | 0.45% | - |
HSV(B) | 180.83º | 0.97% | 0.87% | - |
XYZ | 38.99 | 56.55 | 78.67 | - |
YUV | 156.36 | 165.6 | 20.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 220 | 223 | 0.97 | 0.01 | 0 | 0.13 | 180.83 | 0.95 | 0.45 |
Hex | 6 | DC | DF | 61 | 1 | 0 | D | B5 | 5F | 2D |
Octal | 6 | 334 | 337 | 141 | 1 | 0 | 15 | 265 | 137 | 55 |
Binary | 110 | 11011100 | 11011111 | 1100001 | 1 | 0 | 1101 | 10110101 | 1011111 | 101101 |
Color Harmonies of #06DCDF
Complementary color
Monochromatic Colors of #06DCDF
Black with #06DCDF
Text Example
Text Example
White with #06DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCDF; }
p { color: rgb(6,220,223); }
H1.HeaderClassName
{
color: #06DCDF;
}
.AnyTagClassName
{
color: #06DCDF;
}
</style>
background-color css
<style>
a { background-color: #06DCDF; }
a { background-color: rgb(6,220,223); }
div.DivClassName
{
background-color: #06DCDF;
}
.BgClassName
{
background-color: #06DCDF;
}
</style>
border-color css
<style>
span { border-color: #06DCDF; }
span { border-color: rgb(6,220,223); }
td.TdClassName
{
border-color: #06DCDF;
}
.TagClassName
{
border-color: #06DCDF;
}
</style>