Shades of Turquoise #43F8B8
Tints of Turquoise #43F8B8
RGB
CMYK
RGB Variations
Color information
#43F8B8 (or 0x43F8B8) is known color: Turquoise. HEX triplet: 43, F8 and B8. RGB value is (67,248,184). Sum of RGB (Red+Green+Blue) = 67+248+184=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8B8 is #BC0747. Grayscale: #BABABA. Windows color (decimal): -12322632 or 12122179. OLE color: 12122179.
HSL color Cylindrical-coordinate representation of color #43F8B8: hue angle of 158.78º 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 #43F8B8 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 184 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.03 |
| HSL | 158.78º | 0.93% | 0.62% | - |
| HSV(B) | 158.78º | 0.73% | 0.97% | - |
| XYZ | 44.53 | 71.79 | 56.86 | - |
| YUV | 186.59 | 126.53 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 184 | 0.73 | 0 | 0.26 | 0.03 | 158.78 | 0.93 | 0.62 |
| Hex | 43 | F8 | B8 | 49 | 0 | 1A | 3 | 9F | 5D | 3E |
| Octal | 103 | 370 | 270 | 111 | 0 | 32 | 3 | 237 | 135 | 76 |
| Binary | 1000011 | 11111000 | 10111000 | 1001001 | 0 | 11010 | 11 | 10011111 | 1011101 | 111110 |
Color Harmonies of #43F8B8
Complementary color
Monochromatic Colors of #43F8B8
Black with #43F8B8
Text Example
Text Example
White with #43F8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8B8; }
p { color: rgb(67,248,184); }
H1.HeaderClassName
{
color: #43F8B8;
}
.AnyTagClassName
{
color: #43F8B8;
}
</style>
background-color css
<style>
a { background-color: #43F8B8; }
a { background-color: rgb(67,248,184); }
div.DivClassName
{
background-color: #43F8B8;
}
.BgClassName
{
background-color: #43F8B8;
}
</style>
border-color css
<style>
span { border-color: #43F8B8; }
span { border-color: rgb(67,248,184); }
td.TdClassName
{
border-color: #43F8B8;
}
.TagClassName
{
border-color: #43F8B8;
}
</style>