Shades of Turquoise #43F8BC
Tints of Turquoise #43F8BC
RGB
CMYK
RGB Variations
Color information
#43F8BC (or 0x43F8BC) is known color: Turquoise. HEX triplet: 43, F8 and BC. RGB value is (67,248,188). Sum of RGB (Red+Green+Blue) = 67+248+188=503 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.32% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8BC is #BC0743. Grayscale: #BBBBBB. Windows color (decimal): -12322628 or 12384323. OLE color: 12384323.
HSL color Cylindrical-coordinate representation of color #43F8BC: hue angle of 160.11º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F8BC is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 188 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.03 |
| HSL | 160.11º | 0.93% | 0.62% | - |
| HSV(B) | 160.11º | 0.73% | 0.97% | - |
| XYZ | 44.96 | 71.96 | 59.1 | - |
| YUV | 187.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 188 | 0.73 | 0 | 0.24 | 0.03 | 160.11 | 0.93 | 0.62 |
| Hex | 43 | F8 | BC | 49 | 0 | 18 | 3 | A0 | 5D | 3E |
| Octal | 103 | 370 | 274 | 111 | 0 | 30 | 3 | 240 | 135 | 76 |
| Binary | 1000011 | 11111000 | 10111100 | 1001001 | 0 | 11000 | 11 | 10100000 | 1011101 | 111110 |
Color Harmonies of #43F8BC
Complementary color
Monochromatic Colors of #43F8BC
Black with #43F8BC
Text Example
Text Example
White with #43F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8BC; }
p { color: rgb(67,248,188); }
H1.HeaderClassName
{
color: #43F8BC;
}
.AnyTagClassName
{
color: #43F8BC;
}
</style>
background-color css
<style>
a { background-color: #43F8BC; }
a { background-color: rgb(67,248,188); }
div.DivClassName
{
background-color: #43F8BC;
}
.BgClassName
{
background-color: #43F8BC;
}
</style>
border-color css
<style>
span { border-color: #43F8BC; }
span { border-color: rgb(67,248,188); }
td.TdClassName
{
border-color: #43F8BC;
}
.TagClassName
{
border-color: #43F8BC;
}
</style>