Shades of Turquoise #43FFCE
Tints of Turquoise #43FFCE
RGB
CMYK
RGB Variations
Color information
#43FFCE (or 0x43FFCE) is known color: Turquoise. HEX triplet: 43, FF and CE. RGB value is (67,255,206). Sum of RGB (Red+Green+Blue) = 67+255+206=528 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.69% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFCE is #BC0031. Grayscale: #C1C1C1. Windows color (decimal): -12320818 or 13565763. OLE color: 13565763.
HSL color Cylindrical-coordinate representation of color #43FFCE: hue angle of 164.36º 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 #43FFCE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 206 | - |
| CMYK | 0.74 | 0 | 0.19 | 0 |
| HSL | 164.36º | 1% | 0.63% | - |
| HSV(B) | 164.36º | 0.74% | 1% | - |
| XYZ | 49.22 | 77.17 | 70.69 | - |
| YUV | 193.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 206 | 0.74 | 0 | 0.19 | 0 | 164.36 | 1 | 0.63 |
| Hex | 43 | FF | CE | 4A | 0 | 13 | 0 | A4 | 64 | 3F |
| Octal | 103 | 377 | 316 | 112 | 0 | 23 | 0 | 244 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11001110 | 1001010 | 0 | 10011 | 0 | 10100100 | 1100100 | 111111 |
Color Harmonies of #43FFCE
Complementary color
Monochromatic Colors of #43FFCE
Black with #43FFCE
Text Example
Text Example
White with #43FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFCE; }
p { color: rgb(67,255,206); }
H1.HeaderClassName
{
color: #43FFCE;
}
.AnyTagClassName
{
color: #43FFCE;
}
</style>
background-color css
<style>
a { background-color: #43FFCE; }
a { background-color: rgb(67,255,206); }
div.DivClassName
{
background-color: #43FFCE;
}
.BgClassName
{
background-color: #43FFCE;
}
</style>
border-color css
<style>
span { border-color: #43FFCE; }
span { border-color: rgb(67,255,206); }
td.TdClassName
{
border-color: #43FFCE;
}
.TagClassName
{
border-color: #43FFCE;
}
</style>