Shades of Turquoise #43FCDA
Tints of Turquoise #43FCDA
RGB
CMYK
RGB Variations
Color information
#43FCDA (or 0x43FCDA) is known color: Turquoise. HEX triplet: 43, FC and DA. RGB value is (67,252,218). Sum of RGB (Red+Green+Blue) = 67+252+218=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCDA is #BC0325. Grayscale: #C0C0C0. Windows color (decimal): -12321574 or 14351427. OLE color: 14351427.
HSL color Cylindrical-coordinate representation of color #43FCDA: hue angle of 168.97º 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 #43FCDA is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 218 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.01 |
| HSL | 168.97º | 0.97% | 0.63% | - |
| HSV(B) | 168.97º | 0.73% | 0.99% | - |
| XYZ | 49.78 | 75.88 | 78.35 | - |
| YUV | 192.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 218 | 0.73 | 0 | 0.13 | 0.01 | 168.97 | 0.97 | 0.63 |
| Hex | 43 | FC | DA | 49 | 0 | D | 1 | A9 | 61 | 3F |
| Octal | 103 | 374 | 332 | 111 | 0 | 15 | 1 | 251 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11011010 | 1001001 | 0 | 1101 | 1 | 10101001 | 1100001 | 111111 |
Color Harmonies of #43FCDA
Complementary color
Monochromatic Colors of #43FCDA
Black with #43FCDA
Text Example
Text Example
White with #43FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCDA; }
p { color: rgb(67,252,218); }
H1.HeaderClassName
{
color: #43FCDA;
}
.AnyTagClassName
{
color: #43FCDA;
}
</style>
background-color css
<style>
a { background-color: #43FCDA; }
a { background-color: rgb(67,252,218); }
div.DivClassName
{
background-color: #43FCDA;
}
.BgClassName
{
background-color: #43FCDA;
}
</style>
border-color css
<style>
span { border-color: #43FCDA; }
span { border-color: rgb(67,252,218); }
td.TdClassName
{
border-color: #43FCDA;
}
.TagClassName
{
border-color: #43FCDA;
}
</style>