Shades of Turquoise #43FBDC
Tints of Turquoise #43FBDC
RGB
CMYK
RGB Variations
Color information
#43FBDC (or 0x43FBDC) is known color: Turquoise. HEX triplet: 43, FB and DC. RGB value is (67,251,220). Sum of RGB (Red+Green+Blue) = 67+251+220=538 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.45% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FBDC is #BC0423. Grayscale: #C0C0C0. Windows color (decimal): -12321828 or 14482243. OLE color: 14482243.
HSL color Cylindrical-coordinate representation of color #43FBDC: hue angle of 169.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FBDC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 251 | 220 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 169.89º | 0.96% | 0.62% | - |
| HSV(B) | 169.89º | 0.73% | 0.98% | - |
| XYZ | 49.73 | 75.35 | 79.63 | - |
| YUV | 192.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 251 | 220 | 0.73 | 0 | 0.12 | 0.02 | 169.89 | 0.96 | 0.62 |
| Hex | 43 | FB | DC | 49 | 0 | C | 2 | AA | 60 | 3E |
| Octal | 103 | 373 | 334 | 111 | 0 | 14 | 2 | 252 | 140 | 76 |
| Binary | 1000011 | 11111011 | 11011100 | 1001001 | 0 | 1100 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #43FBDC
Complementary color
Monochromatic Colors of #43FBDC
Black with #43FBDC
Text Example
Text Example
White with #43FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FBDC; }
p { color: rgb(67,251,220); }
H1.HeaderClassName
{
color: #43FBDC;
}
.AnyTagClassName
{
color: #43FBDC;
}
</style>
background-color css
<style>
a { background-color: #43FBDC; }
a { background-color: rgb(67,251,220); }
div.DivClassName
{
background-color: #43FBDC;
}
.BgClassName
{
background-color: #43FBDC;
}
</style>
border-color css
<style>
span { border-color: #43FBDC; }
span { border-color: rgb(67,251,220); }
td.TdClassName
{
border-color: #43FBDC;
}
.TagClassName
{
border-color: #43FBDC;
}
</style>