Shades of Turquoise #43ECFB
Tints of Turquoise #43ECFB
RGB
CMYK
RGB Variations
Color information
#43ECFB (or 0x43ECFB) is known color: Turquoise. HEX triplet: 43, EC and FB. RGB value is (67,236,251). Sum of RGB (Red+Green+Blue) = 67+236+251=554 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.09% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #43ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECFB is #BC1304. Grayscale: #BABABA. Windows color (decimal): -12325637 or 16510019. OLE color: 16510019.
HSL color Cylindrical-coordinate representation of color #43ECFB: hue angle of 184.89º degrees, saturation: 0.96, 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 #43ECFB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 236 | 251 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.02 |
| HSL | 184.89º | 0.96% | 0.62% | - |
| HSV(B) | 184.89º | 0.73% | 0.98% | - |
| XYZ | 49.72 | 68.15 | 101.8 | - |
| YUV | 187.18 | 164.01 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 251 | 0.73 | 0.06 | 0 | 0.02 | 184.89 | 0.96 | 0.62 |
| Hex | 43 | EC | FB | 49 | 6 | 0 | 2 | B9 | 60 | 3E |
| Octal | 103 | 354 | 373 | 111 | 6 | 0 | 2 | 271 | 140 | 76 |
| Binary | 1000011 | 11101100 | 11111011 | 1001001 | 110 | 0 | 10 | 10111001 | 1100000 | 111110 |
Color Harmonies of #43ECFB
Complementary color
Monochromatic Colors of #43ECFB
Black with #43ECFB
Text Example
Text Example
White with #43ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECFB; }
p { color: rgb(67,236,251); }
H1.HeaderClassName
{
color: #43ECFB;
}
.AnyTagClassName
{
color: #43ECFB;
}
</style>
background-color css
<style>
a { background-color: #43ECFB; }
a { background-color: rgb(67,236,251); }
div.DivClassName
{
background-color: #43ECFB;
}
.BgClassName
{
background-color: #43ECFB;
}
</style>
border-color css
<style>
span { border-color: #43ECFB; }
span { border-color: rgb(67,236,251); }
td.TdClassName
{
border-color: #43ECFB;
}
.TagClassName
{
border-color: #43ECFB;
}
</style>