Shades of Turquoise #43FFDA
Tints of Turquoise #43FFDA
RGB
CMYK
RGB Variations
Color information
#43FFDA (or 0x43FFDA) is known color: Turquoise. HEX triplet: 43, FF and DA. RGB value is (67,255,218). Sum of RGB (Red+Green+Blue) = 67+255+218=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFDA is #BC0025. Grayscale: #C2C2C2. Windows color (decimal): -12320806 or 14352195. OLE color: 14352195.
HSL color Cylindrical-coordinate representation of color #43FFDA: hue angle of 168.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFDA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 218 | - |
| CMYK | 0.74 | 0 | 0.15 | 0 |
| HSL | 168.19º | 1% | 0.63% | - |
| HSV(B) | 168.19º | 0.74% | 1% | - |
| XYZ | 50.73 | 77.78 | 78.67 | - |
| YUV | 194.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 218 | 0.74 | 0 | 0.15 | 0 | 168.19 | 1 | 0.63 |
| Hex | 43 | FF | DA | 4A | 0 | F | 0 | A8 | 64 | 3F |
| Octal | 103 | 377 | 332 | 112 | 0 | 17 | 0 | 250 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11011010 | 1001010 | 0 | 1111 | 0 | 10101000 | 1100100 | 111111 |
Color Harmonies of #43FFDA
Complementary color
Monochromatic Colors of #43FFDA
Black with #43FFDA
Text Example
Text Example
White with #43FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFDA; }
p { color: rgb(67,255,218); }
H1.HeaderClassName
{
color: #43FFDA;
}
.AnyTagClassName
{
color: #43FFDA;
}
</style>
background-color css
<style>
a { background-color: #43FFDA; }
a { background-color: rgb(67,255,218); }
div.DivClassName
{
background-color: #43FFDA;
}
.BgClassName
{
background-color: #43FFDA;
}
</style>
border-color css
<style>
span { border-color: #43FFDA; }
span { border-color: rgb(67,255,218); }
td.TdClassName
{
border-color: #43FFDA;
}
.TagClassName
{
border-color: #43FFDA;
}
</style>