Shades of Turquoise #43FABD
Tints of Turquoise #43FABD
RGB
CMYK
RGB Variations
Color information
#43FABD (or 0x43FABD) is known color: Turquoise. HEX triplet: 43, FA and BD. RGB value is (67,250,189). Sum of RGB (Red+Green+Blue) = 67+250+189=506 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.24% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #43FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FABD is #BC0542. Grayscale: #BCBCBC. Windows color (decimal): -12322115 or 12450371. OLE color: 12450371.
HSL color Cylindrical-coordinate representation of color #43FABD: hue angle of 160º degrees, saturation: 0.95, 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 #43FABD is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 189 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.02 |
| HSL | 160º | 0.95% | 0.62% | - |
| HSV(B) | 160º | 0.73% | 0.98% | - |
| XYZ | 45.69 | 73.24 | 59.87 | - |
| YUV | 188.33 | 128.37 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 189 | 0.73 | 0 | 0.24 | 0.02 | 160 | 0.95 | 0.62 |
| Hex | 43 | FA | BD | 49 | 0 | 18 | 2 | A0 | 5F | 3E |
| Octal | 103 | 372 | 275 | 111 | 0 | 30 | 2 | 240 | 137 | 76 |
| Binary | 1000011 | 11111010 | 10111101 | 1001001 | 0 | 11000 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #43FABD
Complementary color
Monochromatic Colors of #43FABD
Black with #43FABD
Text Example
Text Example
White with #43FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FABD; }
p { color: rgb(67,250,189); }
H1.HeaderClassName
{
color: #43FABD;
}
.AnyTagClassName
{
color: #43FABD;
}
</style>
background-color css
<style>
a { background-color: #43FABD; }
a { background-color: rgb(67,250,189); }
div.DivClassName
{
background-color: #43FABD;
}
.BgClassName
{
background-color: #43FABD;
}
</style>
border-color css
<style>
span { border-color: #43FABD; }
span { border-color: rgb(67,250,189); }
td.TdClassName
{
border-color: #43FABD;
}
.TagClassName
{
border-color: #43FABD;
}
</style>