Shades of Turquoise #43FFDC
Tints of Turquoise #43FFDC
RGB
CMYK
RGB Variations
Color information
#43FFDC (or 0x43FFDC) is known color: Turquoise. HEX triplet: 43, FF and DC. RGB value is (67,255,220). Sum of RGB (Red+Green+Blue) = 67+255+220=542 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.36% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFDC is #BC0023. Grayscale: #C2C2C2. Windows color (decimal): -12320804 or 14483267. OLE color: 14483267.
HSL color Cylindrical-coordinate representation of color #43FFDC: hue angle of 168.83º 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 #43FFDC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 220 | - |
| CMYK | 0.74 | 0 | 0.14 | 0 |
| HSL | 168.83º | 1% | 0.63% | - |
| HSV(B) | 168.83º | 0.74% | 1% | - |
| XYZ | 50.99 | 77.88 | 80.06 | - |
| YUV | 194.8 | 142.22 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 220 | 0.74 | 0 | 0.14 | 0 | 168.83 | 1 | 0.63 |
| Hex | 43 | FF | DC | 4A | 0 | E | 0 | A9 | 64 | 3F |
| Octal | 103 | 377 | 334 | 112 | 0 | 16 | 0 | 251 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11011100 | 1001010 | 0 | 1110 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #43FFDC
Complementary color
Monochromatic Colors of #43FFDC
Black with #43FFDC
Text Example
Text Example
White with #43FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFDC; }
p { color: rgb(67,255,220); }
H1.HeaderClassName
{
color: #43FFDC;
}
.AnyTagClassName
{
color: #43FFDC;
}
</style>
background-color css
<style>
a { background-color: #43FFDC; }
a { background-color: rgb(67,255,220); }
div.DivClassName
{
background-color: #43FFDC;
}
.BgClassName
{
background-color: #43FFDC;
}
</style>
border-color css
<style>
span { border-color: #43FFDC; }
span { border-color: rgb(67,255,220); }
td.TdClassName
{
border-color: #43FFDC;
}
.TagClassName
{
border-color: #43FFDC;
}
</style>