Shades of Turquoise #43FACC
Tints of Turquoise #43FACC
RGB
CMYK
RGB Variations
Color information
#43FACC (or 0x43FACC) is known color: Turquoise. HEX triplet: 43, FA and CC. RGB value is (67,250,204). Sum of RGB (Red+Green+Blue) = 67+250+204=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #43FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FACC is #BC0533. Grayscale: #BEBEBE. Windows color (decimal): -12322100 or 13433411. OLE color: 13433411.
HSL color Cylindrical-coordinate representation of color #43FACC: hue angle of 164.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FACC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 204 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.02 |
| HSL | 164.92º | 0.95% | 0.62% | - |
| HSV(B) | 164.92º | 0.73% | 0.98% | - |
| XYZ | 47.4 | 73.92 | 68.9 | - |
| YUV | 190.04 | 135.87 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 204 | 0.73 | 0 | 0.18 | 0.02 | 164.92 | 0.95 | 0.62 |
| Hex | 43 | FA | CC | 49 | 0 | 12 | 2 | A5 | 5F | 3E |
| Octal | 103 | 372 | 314 | 111 | 0 | 22 | 2 | 245 | 137 | 76 |
| Binary | 1000011 | 11111010 | 11001100 | 1001001 | 0 | 10010 | 10 | 10100101 | 1011111 | 111110 |
Color Harmonies of #43FACC
Complementary color
Monochromatic Colors of #43FACC
Black with #43FACC
Text Example
Text Example
White with #43FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FACC; }
p { color: rgb(67,250,204); }
H1.HeaderClassName
{
color: #43FACC;
}
.AnyTagClassName
{
color: #43FACC;
}
</style>
background-color css
<style>
a { background-color: #43FACC; }
a { background-color: rgb(67,250,204); }
div.DivClassName
{
background-color: #43FACC;
}
.BgClassName
{
background-color: #43FACC;
}
</style>
border-color css
<style>
span { border-color: #43FACC; }
span { border-color: rgb(67,250,204); }
td.TdClassName
{
border-color: #43FACC;
}
.TagClassName
{
border-color: #43FACC;
}
</style>