Shades of Turquoise #43FFDF
Tints of Turquoise #43FFDF
RGB
CMYK
RGB Variations
Color information
#43FFDF (or 0x43FFDF) is known color: Turquoise. HEX triplet: 43, FF and DF. RGB value is (67,255,223). Sum of RGB (Red+Green+Blue) = 67+255+223=545 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.29% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFDF is #BC0020. Grayscale: #C3C3C3. Windows color (decimal): -12320801 or 14679875. OLE color: 14679875.
HSL color Cylindrical-coordinate representation of color #43FFDF: hue angle of 169.79º 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 #43FFDF is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 223 | - |
| CMYK | 0.74 | 0 | 0.13 | 0 |
| HSL | 169.79º | 1% | 0.63% | - |
| HSV(B) | 169.79º | 0.74% | 1% | - |
| XYZ | 51.39 | 78.04 | 82.17 | - |
| YUV | 195.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 223 | 0.74 | 0 | 0.13 | 0 | 169.79 | 1 | 0.63 |
| Hex | 43 | FF | DF | 4A | 0 | D | 0 | AA | 64 | 3F |
| Octal | 103 | 377 | 337 | 112 | 0 | 15 | 0 | 252 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11011111 | 1001010 | 0 | 1101 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #43FFDF
Complementary color
Monochromatic Colors of #43FFDF
Black with #43FFDF
Text Example
Text Example
White with #43FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFDF; }
p { color: rgb(67,255,223); }
H1.HeaderClassName
{
color: #43FFDF;
}
.AnyTagClassName
{
color: #43FFDF;
}
</style>
background-color css
<style>
a { background-color: #43FFDF; }
a { background-color: rgb(67,255,223); }
div.DivClassName
{
background-color: #43FFDF;
}
.BgClassName
{
background-color: #43FFDF;
}
</style>
border-color css
<style>
span { border-color: #43FFDF; }
span { border-color: rgb(67,255,223); }
td.TdClassName
{
border-color: #43FFDF;
}
.TagClassName
{
border-color: #43FFDF;
}
</style>