Shades of Turquoise #43F5CF
Tints of Turquoise #43F5CF
RGB
CMYK
RGB Variations
Color information
#43F5CF (or 0x43F5CF) is known color: Turquoise. HEX triplet: 43, F5 and CF. RGB value is (67,245,207). Sum of RGB (Red+Green+Blue) = 67+245+207=519 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.91% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #43F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F5CF is #BC0A30. Grayscale: #BBBBBB. Windows color (decimal): -12323377 or 13628739. OLE color: 13628739.
HSL color Cylindrical-coordinate representation of color #43F5CF: hue angle of 167.19º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F5CF is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 245 | 207 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.04 |
| HSL | 167.19º | 0.9% | 0.61% | - |
| HSV(B) | 167.19º | 0.73% | 0.96% | - |
| XYZ | 46.23 | 71 | 70.3 | - |
| YUV | 187.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 245 | 207 | 0.73 | 0 | 0.16 | 0.04 | 167.19 | 0.9 | 0.61 |
| Hex | 43 | F5 | CF | 49 | 0 | 10 | 4 | A7 | 5A | 3D |
| Octal | 103 | 365 | 317 | 111 | 0 | 20 | 4 | 247 | 132 | 75 |
| Binary | 1000011 | 11110101 | 11001111 | 1001001 | 0 | 10000 | 100 | 10100111 | 1011010 | 111101 |
Color Harmonies of #43F5CF
Complementary color
Monochromatic Colors of #43F5CF
Black with #43F5CF
Text Example
Text Example
White with #43F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F5CF; }
p { color: rgb(67,245,207); }
H1.HeaderClassName
{
color: #43F5CF;
}
.AnyTagClassName
{
color: #43F5CF;
}
</style>
background-color css
<style>
a { background-color: #43F5CF; }
a { background-color: rgb(67,245,207); }
div.DivClassName
{
background-color: #43F5CF;
}
.BgClassName
{
background-color: #43F5CF;
}
</style>
border-color css
<style>
span { border-color: #43F5CF; }
span { border-color: rgb(67,245,207); }
td.TdClassName
{
border-color: #43F5CF;
}
.TagClassName
{
border-color: #43F5CF;
}
</style>