Shades of Turquoise #43FCD7
Tints of Turquoise #43FCD7
RGB
CMYK
RGB Variations
Color information
#43FCD7 (or 0x43FCD7) is known color: Turquoise. HEX triplet: 43, FC and D7. RGB value is (67,252,215). Sum of RGB (Red+Green+Blue) = 67+252+215=534 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.55% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCD7 is #BC0328. Grayscale: #C0C0C0. Windows color (decimal): -12321577 or 14154819. OLE color: 14154819.
HSL color Cylindrical-coordinate representation of color #43FCD7: hue angle of 168º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FCD7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 215 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.01 |
| HSL | 168º | 0.97% | 0.63% | - |
| HSV(B) | 168º | 0.73% | 0.99% | - |
| XYZ | 49.39 | 75.72 | 76.3 | - |
| YUV | 192.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 215 | 0.73 | 0 | 0.15 | 0.01 | 168 | 0.97 | 0.63 |
| Hex | 43 | FC | D7 | 49 | 0 | F | 1 | A8 | 61 | 3F |
| Octal | 103 | 374 | 327 | 111 | 0 | 17 | 1 | 250 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11010111 | 1001001 | 0 | 1111 | 1 | 10101000 | 1100001 | 111111 |
Color Harmonies of #43FCD7
Complementary color
Monochromatic Colors of #43FCD7
Black with #43FCD7
Text Example
Text Example
White with #43FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCD7; }
p { color: rgb(67,252,215); }
H1.HeaderClassName
{
color: #43FCD7;
}
.AnyTagClassName
{
color: #43FCD7;
}
</style>
background-color css
<style>
a { background-color: #43FCD7; }
a { background-color: rgb(67,252,215); }
div.DivClassName
{
background-color: #43FCD7;
}
.BgClassName
{
background-color: #43FCD7;
}
</style>
border-color css
<style>
span { border-color: #43FCD7; }
span { border-color: rgb(67,252,215); }
td.TdClassName
{
border-color: #43FCD7;
}
.TagClassName
{
border-color: #43FCD7;
}
</style>