Shades of Turquoise #43F3DF
Tints of Turquoise #43F3DF
RGB
CMYK
RGB Variations
Color information
#43F3DF (or 0x43F3DF) is known color: Turquoise. HEX triplet: 43, F3 and DF. RGB value is (67,243,223). Sum of RGB (Red+Green+Blue) = 67+243+223=533 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.57% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #43F3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F3DF is #BC0C20. Grayscale: #BCBCBC. Windows color (decimal): -12323873 or 14676803. OLE color: 14676803.
HSL color Cylindrical-coordinate representation of color #43F3DF: hue angle of 173.18º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F3DF is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 243 | 223 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.05 |
| HSL | 173.18º | 0.88% | 0.61% | - |
| HSV(B) | 173.18º | 0.72% | 0.95% | - |
| XYZ | 47.68 | 70.62 | 80.93 | - |
| YUV | 188.1 | 147.69 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 243 | 223 | 0.72 | 0 | 0.08 | 0.05 | 173.18 | 0.88 | 0.61 |
| Hex | 43 | F3 | DF | 48 | 0 | 8 | 5 | AD | 58 | 3D |
| Octal | 103 | 363 | 337 | 110 | 0 | 10 | 5 | 255 | 130 | 75 |
| Binary | 1000011 | 11110011 | 11011111 | 1001000 | 0 | 1000 | 101 | 10101101 | 1011000 | 111101 |
Color Harmonies of #43F3DF
Complementary color
Monochromatic Colors of #43F3DF
Black with #43F3DF
Text Example
Text Example
White with #43F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F3DF; }
p { color: rgb(67,243,223); }
H1.HeaderClassName
{
color: #43F3DF;
}
.AnyTagClassName
{
color: #43F3DF;
}
</style>
background-color css
<style>
a { background-color: #43F3DF; }
a { background-color: rgb(67,243,223); }
div.DivClassName
{
background-color: #43F3DF;
}
.BgClassName
{
background-color: #43F3DF;
}
</style>
border-color css
<style>
span { border-color: #43F3DF; }
span { border-color: rgb(67,243,223); }
td.TdClassName
{
border-color: #43F3DF;
}
.TagClassName
{
border-color: #43F3DF;
}
</style>