Shades of Dark Turquoise #02BFDA
Tints of Dark Turquoise #02BFDA
RGB
CMYK
RGB Variations
Color information
#02BFDA (or 0x02BFDA) is known color: Dark Turquoise. HEX triplet: 02, BF and DA. RGB value is (2,191,218). Sum of RGB (Red+Green+Blue) = 2+191+218=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #02BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFDA is #FD4025. Grayscale: #898989. Windows color (decimal): -16597030 or 14335746. OLE color: 14335746.
HSL color Cylindrical-coordinate representation of color #02BFDA: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFDA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 191 | 218 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.15 |
| HSL | 187.5º | 0.98% | 0.43% | - |
| HSV(B) | 187.5º | 0.99% | 0.85% | - |
| XYZ | 31.31 | 42.34 | 72.85 | - |
| YUV | 137.57 | 173.38 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 218 | 0.99 | 0.12 | 0 | 0.15 | 187.5 | 0.98 | 0.43 |
| Hex | 2 | BF | DA | 63 | C | 0 | F | BC | 62 | 2B |
| Octal | 2 | 277 | 332 | 143 | 14 | 0 | 17 | 274 | 142 | 53 |
| Binary | 10 | 10111111 | 11011010 | 1100011 | 1100 | 0 | 1111 | 10111100 | 1100010 | 101011 |
Color Harmonies of #02BFDA
Complementary color
Monochromatic Colors of #02BFDA
Black with #02BFDA
Text Example
Text Example
White with #02BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFDA; }
p { color: rgb(2,191,218); }
H1.HeaderClassName
{
color: #02BFDA;
}
.AnyTagClassName
{
color: #02BFDA;
}
</style>
background-color css
<style>
a { background-color: #02BFDA; }
a { background-color: rgb(2,191,218); }
div.DivClassName
{
background-color: #02BFDA;
}
.BgClassName
{
background-color: #02BFDA;
}
</style>
border-color css
<style>
span { border-color: #02BFDA; }
span { border-color: rgb(2,191,218); }
td.TdClassName
{
border-color: #02BFDA;
}
.TagClassName
{
border-color: #02BFDA;
}
</style>