Shades of Bright Turquoise #06DCEA
Tints of Bright Turquoise #06DCEA
RGB
CMYK
RGB Variations
Color information
#06DCEA (or 0x06DCEA) is known color: Bright Turquoise. HEX triplet: 06, DC and EA. RGB value is (6,220,234). Sum of RGB (Red+Green+Blue) = 6+220+234=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #06DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DCEA is #F92315. Grayscale: #9D9D9D. Windows color (decimal): -16327446 or 15391750. OLE color: 15391750.
HSL color Cylindrical-coordinate representation of color #06DCEA: hue angle of 183.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCEA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 220 | 234 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.08 |
| HSL | 183.68º | 0.95% | 0.47% | - |
| HSV(B) | 183.68º | 0.97% | 0.92% | - |
| XYZ | 40.52 | 57.17 | 86.74 | - |
| YUV | 157.61 | 171.1 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 234 | 0.97 | 0.06 | 0 | 0.08 | 183.68 | 0.95 | 0.47 |
| Hex | 6 | DC | EA | 61 | 6 | 0 | 8 | B8 | 5F | 2F |
| Octal | 6 | 334 | 352 | 141 | 6 | 0 | 10 | 270 | 137 | 57 |
| Binary | 110 | 11011100 | 11101010 | 1100001 | 110 | 0 | 1000 | 10111000 | 1011111 | 101111 |
Color Harmonies of #06DCEA
Complementary color
Monochromatic Colors of #06DCEA
Black with #06DCEA
Text Example
Text Example
White with #06DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCEA; }
p { color: rgb(6,220,234); }
H1.HeaderClassName
{
color: #06DCEA;
}
.AnyTagClassName
{
color: #06DCEA;
}
</style>
background-color css
<style>
a { background-color: #06DCEA; }
a { background-color: rgb(6,220,234); }
div.DivClassName
{
background-color: #06DCEA;
}
.BgClassName
{
background-color: #06DCEA;
}
</style>
border-color css
<style>
span { border-color: #06DCEA; }
span { border-color: rgb(6,220,234); }
td.TdClassName
{
border-color: #06DCEA;
}
.TagClassName
{
border-color: #06DCEA;
}
</style>