Shades of Bright Turquoise #02F9DF
Tints of Bright Turquoise #02F9DF
RGB
CMYK
RGB Variations
Color information
#02F9DF (or 0x02F9DF) is known color: Bright Turquoise. HEX triplet: 02, F9 and DF. RGB value is (2,249,223). Sum of RGB (Red+Green+Blue) = 2+249+223=474 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9DF is #FD0620. Grayscale: #ACACAC. Windows color (decimal): -16582177 or 14678274. OLE color: 14678274.
HSL color Cylindrical-coordinate representation of color #02F9DF: hue angle of 173.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F9DF is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 223 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.02 |
| HSL | 173.68º | 0.98% | 0.49% | - |
| HSV(B) | 173.68º | 0.99% | 0.98% | - |
| XYZ | 47.22 | 73.09 | 81.43 | - |
| YUV | 172.18 | 156.67 | 6.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 223 | 0.99 | 0 | 0.10 | 0.02 | 173.68 | 0.98 | 0.49 |
| Hex | 2 | F9 | DF | 63 | 0 | A | 2 | AE | 62 | 31 |
| Octal | 2 | 371 | 337 | 143 | 0 | 12 | 2 | 256 | 142 | 61 |
| Binary | 10 | 11111001 | 11011111 | 1100011 | 0 | 1010 | 10 | 10101110 | 1100010 | 110001 |
Color Harmonies of #02F9DF
Complementary color
Monochromatic Colors of #02F9DF
Black with #02F9DF
Text Example
Text Example
White with #02F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F9DF; }
p { color: rgb(2,249,223); }
H1.HeaderClassName
{
color: #02F9DF;
}
.AnyTagClassName
{
color: #02F9DF;
}
</style>
background-color css
<style>
a { background-color: #02F9DF; }
a { background-color: rgb(2,249,223); }
div.DivClassName
{
background-color: #02F9DF;
}
.BgClassName
{
background-color: #02F9DF;
}
</style>
border-color css
<style>
span { border-color: #02F9DF; }
span { border-color: rgb(2,249,223); }
td.TdClassName
{
border-color: #02F9DF;
}
.TagClassName
{
border-color: #02F9DF;
}
</style>