Shades of Bright Turquoise #00FCD3
Tints of Bright Turquoise #00FCD3
RGB
CMYK
RGB Variations
Color information
#00FCD3 (or 0x00FCD3) is known color: Bright Turquoise. HEX triplet: 00, FC and D3. RGB value is (0,252,211). Sum of RGB (Red+Green+Blue) = 0+252+211=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FCD3 is #FF032C. Grayscale: #ABABAB. Windows color (decimal): -16712493 or 13892608. OLE color: 13892608.
HSL color Cylindrical-coordinate representation of color #00FCD3: hue angle of 170.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCD3 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 211 | - |
| CMYK | 1 | 0 | 0.16 | 0.01 |
| HSL | 170.24º | 1% | 0.49% | - |
| HSV(B) | 170.24º | 1% | 0.99% | - |
| XYZ | 46.57 | 74.32 | 73.52 | - |
| YUV | 171.98 | 150.01 | 5.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 211 | 1 | 0 | 0.16 | 0.01 | 170.24 | 1 | 0.49 |
| Hex | 0 | FC | D3 | 64 | 0 | 10 | 1 | AA | 64 | 31 |
| Octal | 0 | 374 | 323 | 144 | 0 | 20 | 1 | 252 | 144 | 61 |
| Binary | 0 | 11111100 | 11010011 | 1100100 | 0 | 10000 | 1 | 10101010 | 1100100 | 110001 |
Color Harmonies of #00FCD3
Complementary color
Monochromatic Colors of #00FCD3
Black with #00FCD3
Text Example
Text Example
White with #00FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCD3; }
p { color: rgb(0,252,211); }
H1.HeaderClassName
{
color: #00FCD3;
}
.AnyTagClassName
{
color: #00FCD3;
}
</style>
background-color css
<style>
a { background-color: #00FCD3; }
a { background-color: rgb(0,252,211); }
div.DivClassName
{
background-color: #00FCD3;
}
.BgClassName
{
background-color: #00FCD3;
}
</style>
border-color css
<style>
span { border-color: #00FCD3; }
span { border-color: rgb(0,252,211); }
td.TdClassName
{
border-color: #00FCD3;
}
.TagClassName
{
border-color: #00FCD3;
}
</style>