Shades of Turquoise #43FDDD
Tints of Turquoise #43FDDD
RGB
CMYK
RGB Variations
Color information
#43FDDD (or 0x43FDDD) is known color: Turquoise. HEX triplet: 43, FD and DD. RGB value is (67,253,221). Sum of RGB (Red+Green+Blue) = 67+253+221=541 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.38% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FDDD is #BC0222. Grayscale: #C1C1C1. Windows color (decimal): -12321315 or 14548291. OLE color: 14548291.
HSL color Cylindrical-coordinate representation of color #43FDDD: hue angle of 169.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FDDD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 221 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.01 |
| HSL | 169.68º | 0.98% | 0.63% | - |
| HSV(B) | 169.68º | 0.74% | 0.99% | - |
| XYZ | 50.49 | 76.66 | 80.54 | - |
| YUV | 193.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 221 | 0.74 | 0 | 0.13 | 0.01 | 169.68 | 0.98 | 0.63 |
| Hex | 43 | FD | DD | 4A | 0 | D | 1 | AA | 62 | 3F |
| Octal | 103 | 375 | 335 | 112 | 0 | 15 | 1 | 252 | 142 | 77 |
| Binary | 1000011 | 11111101 | 11011101 | 1001010 | 0 | 1101 | 1 | 10101010 | 1100010 | 111111 |
Color Harmonies of #43FDDD
Complementary color
Monochromatic Colors of #43FDDD
Black with #43FDDD
Text Example
Text Example
White with #43FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FDDD; }
p { color: rgb(67,253,221); }
H1.HeaderClassName
{
color: #43FDDD;
}
.AnyTagClassName
{
color: #43FDDD;
}
</style>
background-color css
<style>
a { background-color: #43FDDD; }
a { background-color: rgb(67,253,221); }
div.DivClassName
{
background-color: #43FDDD;
}
.BgClassName
{
background-color: #43FDDD;
}
</style>
border-color css
<style>
span { border-color: #43FDDD; }
span { border-color: rgb(67,253,221); }
td.TdClassName
{
border-color: #43FDDD;
}
.TagClassName
{
border-color: #43FDDD;
}
</style>