Shades of Dark Turquoise #02CFE7
Tints of Dark Turquoise #02CFE7
RGB
CMYK
RGB Variations
Color information
#02CFE7 (or 0x02CFE7) is known color: Dark Turquoise. HEX triplet: 02, CF and E7. RGB value is (2,207,231). Sum of RGB (Red+Green+Blue) = 2+207+231=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #02CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFE7 is #FD3018. Grayscale: #949494. Windows color (decimal): -16592921 or 15191810. OLE color: 15191810.
HSL color Cylindrical-coordinate representation of color #02CFE7: hue angle of 186.29º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFE7 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 207 | 231 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.09 |
| HSL | 186.29º | 0.98% | 0.46% | - |
| HSV(B) | 186.29º | 0.99% | 0.91% | - |
| XYZ | 36.76 | 50.41 | 83.39 | - |
| YUV | 148.44 | 174.58 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 231 | 0.99 | 0.10 | 0 | 0.09 | 186.29 | 0.98 | 0.46 |
| Hex | 2 | CF | E7 | 63 | A | 0 | 9 | BA | 62 | 2E |
| Octal | 2 | 317 | 347 | 143 | 12 | 0 | 11 | 272 | 142 | 56 |
| Binary | 10 | 11001111 | 11100111 | 1100011 | 1010 | 0 | 1001 | 10111010 | 1100010 | 101110 |
Color Harmonies of #02CFE7
Complementary color
Monochromatic Colors of #02CFE7
Black with #02CFE7
Text Example
Text Example
White with #02CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFE7; }
p { color: rgb(2,207,231); }
H1.HeaderClassName
{
color: #02CFE7;
}
.AnyTagClassName
{
color: #02CFE7;
}
</style>
background-color css
<style>
a { background-color: #02CFE7; }
a { background-color: rgb(2,207,231); }
div.DivClassName
{
background-color: #02CFE7;
}
.BgClassName
{
background-color: #02CFE7;
}
</style>
border-color css
<style>
span { border-color: #02CFE7; }
span { border-color: rgb(2,207,231); }
td.TdClassName
{
border-color: #02CFE7;
}
.TagClassName
{
border-color: #02CFE7;
}
</style>