Shades of Bright Turquoise #00F6CA
Tints of Bright Turquoise #00F6CA
RGB
CMYK
RGB Variations
Color information
#00F6CA (or 0x00F6CA) is known color: Bright Turquoise. HEX triplet: 00, F6 and CA. RGB value is (0,246,202). Sum of RGB (Red+Green+Blue) = 0+246+202=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #00F6CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F6CA is #FF0935. Grayscale: #A7A7A7. Windows color (decimal): -16714038 or 13301248. OLE color: 13301248.
HSL color Cylindrical-coordinate representation of color #00F6CA: hue angle of 169.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F6CA is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 246 | 202 | - |
| CMYK | 1 | 0 | 0.18 | 0.04 |
| HSL | 169.27º | 1% | 0.48% | - |
| HSV(B) | 169.27º | 1% | 0.96% | - |
| XYZ | 43.62 | 70.18 | 67.12 | - |
| YUV | 167.43 | 147.5 | 8.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 246 | 202 | 1 | 0 | 0.18 | 0.04 | 169.27 | 1 | 0.48 |
| Hex | 0 | F6 | CA | 64 | 0 | 12 | 4 | A9 | 64 | 30 |
| Octal | 0 | 366 | 312 | 144 | 0 | 22 | 4 | 251 | 144 | 60 |
| Binary | 0 | 11110110 | 11001010 | 1100100 | 0 | 10010 | 100 | 10101001 | 1100100 | 110000 |
Color Harmonies of #00F6CA
Complementary color
Monochromatic Colors of #00F6CA
Black with #00F6CA
Text Example
Text Example
White with #00F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F6CA; }
p { color: rgb(0,246,202); }
H1.HeaderClassName
{
color: #00F6CA;
}
.AnyTagClassName
{
color: #00F6CA;
}
</style>
background-color css
<style>
a { background-color: #00F6CA; }
a { background-color: rgb(0,246,202); }
div.DivClassName
{
background-color: #00F6CA;
}
.BgClassName
{
background-color: #00F6CA;
}
</style>
border-color css
<style>
span { border-color: #00F6CA; }
span { border-color: rgb(0,246,202); }
td.TdClassName
{
border-color: #00F6CA;
}
.TagClassName
{
border-color: #00F6CA;
}
</style>