Shades of Bright Turquoise #02DCDF
Tints of Bright Turquoise #02DCDF
RGB
CMYK
RGB Variations
Color information
#02DCDF (or 0x02DCDF) is known color: Bright Turquoise. HEX triplet: 02, DC and DF. RGB value is (2,220,223). Sum of RGB (Red+Green+Blue) = 2+220+223=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #02DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCDF is #FD2320. Grayscale: #9A9A9A. Windows color (decimal): -16589601 or 14670850. OLE color: 14670850.
HSL color Cylindrical-coordinate representation of color #02DCDF: hue angle of 180.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCDF is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 220 | 223 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.13 |
| HSL | 180.81º | 0.98% | 0.44% | - |
| HSV(B) | 180.81º | 0.99% | 0.87% | - |
| XYZ | 38.94 | 56.53 | 78.67 | - |
| YUV | 155.16 | 166.28 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 223 | 0.99 | 0.01 | 0 | 0.13 | 180.81 | 0.98 | 0.44 |
| Hex | 2 | DC | DF | 63 | 1 | 0 | D | B5 | 62 | 2C |
| Octal | 2 | 334 | 337 | 143 | 1 | 0 | 15 | 265 | 142 | 54 |
| Binary | 10 | 11011100 | 11011111 | 1100011 | 1 | 0 | 1101 | 10110101 | 1100010 | 101100 |
Color Harmonies of #02DCDF
Complementary color
Monochromatic Colors of #02DCDF
Black with #02DCDF
Text Example
Text Example
White with #02DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCDF; }
p { color: rgb(2,220,223); }
H1.HeaderClassName
{
color: #02DCDF;
}
.AnyTagClassName
{
color: #02DCDF;
}
</style>
background-color css
<style>
a { background-color: #02DCDF; }
a { background-color: rgb(2,220,223); }
div.DivClassName
{
background-color: #02DCDF;
}
.BgClassName
{
background-color: #02DCDF;
}
</style>
border-color css
<style>
span { border-color: #02DCDF; }
span { border-color: rgb(2,220,223); }
td.TdClassName
{
border-color: #02DCDF;
}
.TagClassName
{
border-color: #02DCDF;
}
</style>