Shades of Turquoise #43FBDB
Tints of Turquoise #43FBDB
RGB
CMYK
RGB Variations
Color information
#43FBDB (or 0x43FBDB) is known color: Turquoise. HEX triplet: 43, FB and DB. RGB value is (67,251,219). Sum of RGB (Red+Green+Blue) = 67+251+219=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FBDB is #BC0424. Grayscale: #C0C0C0. Windows color (decimal): -12321829 or 14416707. OLE color: 14416707.
HSL color Cylindrical-coordinate representation of color #43FBDB: hue angle of 169.57º 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 #43FBDB is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 251 | 219 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.02 |
| HSL | 169.57º | 0.96% | 0.62% | - |
| HSV(B) | 169.57º | 0.73% | 0.98% | - |
| XYZ | 49.6 | 75.3 | 78.94 | - |
| YUV | 192.34 | 143.04 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 251 | 219 | 0.73 | 0 | 0.13 | 0.02 | 169.57 | 0.96 | 0.62 |
| Hex | 43 | FB | DB | 49 | 0 | D | 2 | AA | 60 | 3E |
| Octal | 103 | 373 | 333 | 111 | 0 | 15 | 2 | 252 | 140 | 76 |
| Binary | 1000011 | 11111011 | 11011011 | 1001001 | 0 | 1101 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #43FBDB
Complementary color
Monochromatic Colors of #43FBDB
Black with #43FBDB
Text Example
Text Example
White with #43FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FBDB; }
p { color: rgb(67,251,219); }
H1.HeaderClassName
{
color: #43FBDB;
}
.AnyTagClassName
{
color: #43FBDB;
}
</style>
background-color css
<style>
a { background-color: #43FBDB; }
a { background-color: rgb(67,251,219); }
div.DivClassName
{
background-color: #43FBDB;
}
.BgClassName
{
background-color: #43FBDB;
}
</style>
border-color css
<style>
span { border-color: #43FBDB; }
span { border-color: rgb(67,251,219); }
td.TdClassName
{
border-color: #43FBDB;
}
.TagClassName
{
border-color: #43FBDB;
}
</style>