Shades of Turquoise #43F1D5
Tints of Turquoise #43F1D5
RGB
CMYK
RGB Variations
Color information
#43F1D5 (or 0x43F1D5) is known color: Turquoise. HEX triplet: 43, F1 and D5. RGB value is (67,241,213). Sum of RGB (Red+Green+Blue) = 67+241+213=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #43F1D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F1D5 is #BC0E2A. Grayscale: #B9B9B9. Windows color (decimal): -12324395 or 14020931. OLE color: 14020931.
HSL color Cylindrical-coordinate representation of color #43F1D5: hue angle of 170.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F1D5 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 241 | 213 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.05 |
| HSL | 170.34º | 0.86% | 0.6% | - |
| HSV(B) | 170.34º | 0.72% | 0.95% | - |
| XYZ | 45.78 | 68.91 | 73.84 | - |
| YUV | 185.78 | 143.35 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 241 | 213 | 0.72 | 0 | 0.12 | 0.05 | 170.34 | 0.86 | 0.6 |
| Hex | 43 | F1 | D5 | 48 | 0 | C | 5 | AA | 56 | 3C |
| Octal | 103 | 361 | 325 | 110 | 0 | 14 | 5 | 252 | 126 | 74 |
| Binary | 1000011 | 11110001 | 11010101 | 1001000 | 0 | 1100 | 101 | 10101010 | 1010110 | 111100 |
Color Harmonies of #43F1D5
Complementary color
Monochromatic Colors of #43F1D5
Black with #43F1D5
Text Example
Text Example
White with #43F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F1D5; }
p { color: rgb(67,241,213); }
H1.HeaderClassName
{
color: #43F1D5;
}
.AnyTagClassName
{
color: #43F1D5;
}
</style>
background-color css
<style>
a { background-color: #43F1D5; }
a { background-color: rgb(67,241,213); }
div.DivClassName
{
background-color: #43F1D5;
}
.BgClassName
{
background-color: #43F1D5;
}
</style>
border-color css
<style>
span { border-color: #43F1D5; }
span { border-color: rgb(67,241,213); }
td.TdClassName
{
border-color: #43F1D5;
}
.TagClassName
{
border-color: #43F1D5;
}
</style>