Shades of Turquoise #43E9CF
Tints of Turquoise #43E9CF
RGB
CMYK
RGB Variations
Color information
#43E9CF (or 0x43E9CF) is known color: Turquoise. HEX triplet: 43, E9 and CF. RGB value is (67,233,207). Sum of RGB (Red+Green+Blue) = 67+233+207=507 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.21% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #43E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E9CF is #BC1630. Grayscale: #B4B4B4. Windows color (decimal): -12326449 or 13625667. OLE color: 13625667.
HSL color Cylindrical-coordinate representation of color #43E9CF: hue angle of 170.6º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E9CF is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 207 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.09 |
| HSL | 170.6º | 0.79% | 0.59% | - |
| HSV(B) | 170.6º | 0.71% | 0.91% | - |
| XYZ | 42.72 | 63.98 | 69.13 | - |
| YUV | 180.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 207 | 0.71 | 0 | 0.11 | 0.09 | 170.6 | 0.79 | 0.59 |
| Hex | 43 | E9 | CF | 47 | 0 | B | 9 | AB | 4F | 3B |
| Octal | 103 | 351 | 317 | 107 | 0 | 13 | 11 | 253 | 117 | 73 |
| Binary | 1000011 | 11101001 | 11001111 | 1000111 | 0 | 1011 | 1001 | 10101011 | 1001111 | 111011 |
Color Harmonies of #43E9CF
Complementary color
Monochromatic Colors of #43E9CF
Black with #43E9CF
Text Example
Text Example
White with #43E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E9CF; }
p { color: rgb(67,233,207); }
H1.HeaderClassName
{
color: #43E9CF;
}
.AnyTagClassName
{
color: #43E9CF;
}
</style>
background-color css
<style>
a { background-color: #43E9CF; }
a { background-color: rgb(67,233,207); }
div.DivClassName
{
background-color: #43E9CF;
}
.BgClassName
{
background-color: #43E9CF;
}
</style>
border-color css
<style>
span { border-color: #43E9CF; }
span { border-color: rgb(67,233,207); }
td.TdClassName
{
border-color: #43E9CF;
}
.TagClassName
{
border-color: #43E9CF;
}
</style>