Shades of Turquoise #43FCD1
Tints of Turquoise #43FCD1
RGB
CMYK
RGB Variations
Color information
#43FCD1 (or 0x43FCD1) is known color: Turquoise. HEX triplet: 43, FC and D1. RGB value is (67,252,209). Sum of RGB (Red+Green+Blue) = 67+252+209=528 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.69% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCD1 is #BC032E. Grayscale: #BFBFBF. Windows color (decimal): -12321583 or 13761603. OLE color: 13761603.
HSL color Cylindrical-coordinate representation of color #43FCD1: hue angle of 166.05º 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 #43FCD1 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 209 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.01 |
| HSL | 166.05º | 0.97% | 0.63% | - |
| HSV(B) | 166.05º | 0.73% | 0.99% | - |
| XYZ | 48.63 | 75.42 | 72.32 | - |
| YUV | 191.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 209 | 0.73 | 0 | 0.17 | 0.01 | 166.05 | 0.97 | 0.63 |
| Hex | 43 | FC | D1 | 49 | 0 | 11 | 1 | A6 | 61 | 3F |
| Octal | 103 | 374 | 321 | 111 | 0 | 21 | 1 | 246 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11010001 | 1001001 | 0 | 10001 | 1 | 10100110 | 1100001 | 111111 |
Color Harmonies of #43FCD1
Complementary color
Monochromatic Colors of #43FCD1
Black with #43FCD1
Text Example
Text Example
White with #43FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCD1; }
p { color: rgb(67,252,209); }
H1.HeaderClassName
{
color: #43FCD1;
}
.AnyTagClassName
{
color: #43FCD1;
}
</style>
background-color css
<style>
a { background-color: #43FCD1; }
a { background-color: rgb(67,252,209); }
div.DivClassName
{
background-color: #43FCD1;
}
.BgClassName
{
background-color: #43FCD1;
}
</style>
border-color css
<style>
span { border-color: #43FCD1; }
span { border-color: rgb(67,252,209); }
td.TdClassName
{
border-color: #43FCD1;
}
.TagClassName
{
border-color: #43FCD1;
}
</style>