Shades of Turquoise #43FFD0
Tints of Turquoise #43FFD0
RGB
CMYK
RGB Variations
Color information
#43FFD0 (or 0x43FFD0) is known color: Turquoise. HEX triplet: 43, FF and D0. RGB value is (67,255,208). Sum of RGB (Red+Green+Blue) = 67+255+208=530 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.64% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFD0 is #BC002F. Grayscale: #C1C1C1. Windows color (decimal): -12320816 or 13696835. OLE color: 13696835.
HSL color Cylindrical-coordinate representation of color #43FFD0: hue angle of 165º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFD0 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 208 | - |
| CMYK | 0.74 | 0 | 0.18 | 0 |
| HSL | 165º | 1% | 0.63% | - |
| HSV(B) | 165º | 0.74% | 1% | - |
| XYZ | 49.46 | 77.27 | 71.98 | - |
| YUV | 193.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 208 | 0.74 | 0 | 0.18 | 0 | 165 | 1 | 0.63 |
| Hex | 43 | FF | D0 | 4A | 0 | 12 | 0 | A5 | 64 | 3F |
| Octal | 103 | 377 | 320 | 112 | 0 | 22 | 0 | 245 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11010000 | 1001010 | 0 | 10010 | 0 | 10100101 | 1100100 | 111111 |
Color Harmonies of #43FFD0
Complementary color
Monochromatic Colors of #43FFD0
Black with #43FFD0
Text Example
Text Example
White with #43FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFD0; }
p { color: rgb(67,255,208); }
H1.HeaderClassName
{
color: #43FFD0;
}
.AnyTagClassName
{
color: #43FFD0;
}
</style>
background-color css
<style>
a { background-color: #43FFD0; }
a { background-color: rgb(67,255,208); }
div.DivClassName
{
background-color: #43FFD0;
}
.BgClassName
{
background-color: #43FFD0;
}
</style>
border-color css
<style>
span { border-color: #43FFD0; }
span { border-color: rgb(67,255,208); }
td.TdClassName
{
border-color: #43FFD0;
}
.TagClassName
{
border-color: #43FFD0;
}
</style>