Shades of Turquoise #43FFCC
Tints of Turquoise #43FFCC
RGB
CMYK
RGB Variations
Color information
#43FFCC (or 0x43FFCC) is known color: Turquoise. HEX triplet: 43, FF and CC. RGB value is (67,255,204). Sum of RGB (Red+Green+Blue) = 67+255+204=526 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.74% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFCC is #BC0033. Grayscale: #C0C0C0. Windows color (decimal): -12320820 or 13434691. OLE color: 13434691.
HSL color Cylindrical-coordinate representation of color #43FFCC: hue angle of 163.72º 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 #43FFCC is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 204 | - |
| CMYK | 0.74 | 0 | 0.2 | 0 |
| HSL | 163.72º | 1% | 0.63% | - |
| HSV(B) | 163.72º | 0.74% | 1% | - |
| XYZ | 48.97 | 77.07 | 69.42 | - |
| YUV | 192.97 | 134.22 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 204 | 0.74 | 0 | 0.2 | 0 | 163.72 | 1 | 0.63 |
| Hex | 43 | FF | CC | 4A | 0 | 14 | 0 | A4 | 64 | 3F |
| Octal | 103 | 377 | 314 | 112 | 0 | 24 | 0 | 244 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11001100 | 1001010 | 0 | 10100 | 0 | 10100100 | 1100100 | 111111 |
Color Harmonies of #43FFCC
Complementary color
Monochromatic Colors of #43FFCC
Black with #43FFCC
Text Example
Text Example
White with #43FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFCC; }
p { color: rgb(67,255,204); }
H1.HeaderClassName
{
color: #43FFCC;
}
.AnyTagClassName
{
color: #43FFCC;
}
</style>
background-color css
<style>
a { background-color: #43FFCC; }
a { background-color: rgb(67,255,204); }
div.DivClassName
{
background-color: #43FFCC;
}
.BgClassName
{
background-color: #43FFCC;
}
</style>
border-color css
<style>
span { border-color: #43FFCC; }
span { border-color: rgb(67,255,204); }
td.TdClassName
{
border-color: #43FFCC;
}
.TagClassName
{
border-color: #43FFCC;
}
</style>