Shades of Dark Turquoise #02BDE1
Tints of Dark Turquoise #02BDE1
RGB
CMYK
RGB Variations
Color information
#02BDE1 (or 0x02BDE1) is known color: Dark Turquoise. HEX triplet: 02, BD and E1. RGB value is (2,189,225). Sum of RGB (Red+Green+Blue) = 2+189+225=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #02BDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDE1 is #FD421E. Grayscale: #888888. Windows color (decimal): -16597535 or 14793986. OLE color: 14793986.
HSL color Cylindrical-coordinate representation of color #02BDE1: hue angle of 189.69º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDE1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 189 | 225 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.12 |
| HSL | 189.69º | 0.98% | 0.45% | - |
| HSV(B) | 189.69º | 0.99% | 0.88% | - |
| XYZ | 31.81 | 41.84 | 77.63 | - |
| YUV | 137.19 | 177.55 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 225 | 0.99 | 0.16 | 0 | 0.12 | 189.69 | 0.98 | 0.45 |
| Hex | 2 | BD | E1 | 63 | 10 | 0 | C | BE | 62 | 2D |
| Octal | 2 | 275 | 341 | 143 | 20 | 0 | 14 | 276 | 142 | 55 |
| Binary | 10 | 10111101 | 11100001 | 1100011 | 10000 | 0 | 1100 | 10111110 | 1100010 | 101101 |
Color Harmonies of #02BDE1
Complementary color
Monochromatic Colors of #02BDE1
Black with #02BDE1
Text Example
Text Example
White with #02BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDE1; }
p { color: rgb(2,189,225); }
H1.HeaderClassName
{
color: #02BDE1;
}
.AnyTagClassName
{
color: #02BDE1;
}
</style>
background-color css
<style>
a { background-color: #02BDE1; }
a { background-color: rgb(2,189,225); }
div.DivClassName
{
background-color: #02BDE1;
}
.BgClassName
{
background-color: #02BDE1;
}
</style>
border-color css
<style>
span { border-color: #02BDE1; }
span { border-color: rgb(2,189,225); }
td.TdClassName
{
border-color: #02BDE1;
}
.TagClassName
{
border-color: #02BDE1;
}
</style>