Shades of Bright Turquoise #00FFD2
Tints of Bright Turquoise #00FFD2
RGB
CMYK
RGB Variations
Color information
#00FFD2 (or 0x00FFD2) is known color: Bright Turquoise. HEX triplet: 00, FF and D2. RGB value is (0,255,210). Sum of RGB (Red+Green+Blue) = 0+255+210=465 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFD2 is #FF002D. Grayscale: #ADADAD. Windows color (decimal): -16711726 or 13827840. OLE color: 13827840.
HSL color Cylindrical-coordinate representation of color #00FFD2: hue angle of 169.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFD2 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 210 | - |
| CMYK | 1 | 0 | 0.18 | 0 |
| HSL | 169.41º | 1% | 0.5% | - |
| HSV(B) | 169.41º | 1% | 1% | - |
| XYZ | 47.39 | 76.17 | 73.18 | - |
| YUV | 173.63 | 148.52 | 4.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 210 | 1 | 0 | 0.18 | 0 | 169.41 | 1 | 0.5 |
| Hex | 0 | FF | D2 | 64 | 0 | 12 | 0 | A9 | 64 | 32 |
| Octal | 0 | 377 | 322 | 144 | 0 | 22 | 0 | 251 | 144 | 62 |
| Binary | 0 | 11111111 | 11010010 | 1100100 | 0 | 10010 | 0 | 10101001 | 1100100 | 110010 |
Color Harmonies of #00FFD2
Complementary color
Monochromatic Colors of #00FFD2
Black with #00FFD2
Text Example
Text Example
White with #00FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFD2; }
p { color: rgb(0,255,210); }
H1.HeaderClassName
{
color: #00FFD2;
}
.AnyTagClassName
{
color: #00FFD2;
}
</style>
background-color css
<style>
a { background-color: #00FFD2; }
a { background-color: rgb(0,255,210); }
div.DivClassName
{
background-color: #00FFD2;
}
.BgClassName
{
background-color: #00FFD2;
}
</style>
border-color css
<style>
span { border-color: #00FFD2; }
span { border-color: rgb(0,255,210); }
td.TdClassName
{
border-color: #00FFD2;
}
.TagClassName
{
border-color: #00FFD2;
}
</style>