Shades of Bright Turquoise #00F3DC
Tints of Bright Turquoise #00F3DC
RGB
CMYK
RGB Variations
Color information
#00F3DC (or 0x00F3DC) is known color: Bright Turquoise. HEX triplet: 00, F3 and DC. RGB value is (0,243,220). Sum of RGB (Red+Green+Blue) = 0+243+220=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #00F3DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F3DC is #FF0C23. Grayscale: #A7A7A7. Windows color (decimal): -16714788 or 14480128. OLE color: 14480128.
HSL color Cylindrical-coordinate representation of color #00F3DC: hue angle of 174.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F3DC is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 220 | - |
| CMYK | 1 | 0 | 0.09 | 0.05 |
| HSL | 174.32º | 1% | 0.48% | - |
| HSV(B) | 174.32º | 1% | 0.95% | - |
| XYZ | 44.97 | 69.27 | 78.71 | - |
| YUV | 167.72 | 157.49 | 8.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 220 | 1 | 0 | 0.09 | 0.05 | 174.32 | 1 | 0.48 |
| Hex | 0 | F3 | DC | 64 | 0 | 9 | 5 | AE | 64 | 30 |
| Octal | 0 | 363 | 334 | 144 | 0 | 11 | 5 | 256 | 144 | 60 |
| Binary | 0 | 11110011 | 11011100 | 1100100 | 0 | 1001 | 101 | 10101110 | 1100100 | 110000 |
Color Harmonies of #00F3DC
Complementary color
Monochromatic Colors of #00F3DC
Black with #00F3DC
Text Example
Text Example
White with #00F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F3DC; }
p { color: rgb(0,243,220); }
H1.HeaderClassName
{
color: #00F3DC;
}
.AnyTagClassName
{
color: #00F3DC;
}
</style>
background-color css
<style>
a { background-color: #00F3DC; }
a { background-color: rgb(0,243,220); }
div.DivClassName
{
background-color: #00F3DC;
}
.BgClassName
{
background-color: #00F3DC;
}
</style>
border-color css
<style>
span { border-color: #00F3DC; }
span { border-color: rgb(0,243,220); }
td.TdClassName
{
border-color: #00F3DC;
}
.TagClassName
{
border-color: #00F3DC;
}
</style>