Shades of Turquoise #43EFF4
Tints of Turquoise #43EFF4
RGB
CMYK
RGB Variations
Color information
#43EFF4 (or 0x43EFF4) is known color: Turquoise. HEX triplet: 43, EF and F4. RGB value is (67,239,244). Sum of RGB (Red+Green+Blue) = 67+239+244=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #43EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EFF4 is #BC100B. Grayscale: #BBBBBB. Windows color (decimal): -12324876 or 16052035. OLE color: 16052035.
HSL color Cylindrical-coordinate representation of color #43EFF4: hue angle of 181.69º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EFF4 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 239 | 244 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.04 |
| HSL | 181.69º | 0.89% | 0.61% | - |
| HSV(B) | 181.69º | 0.73% | 0.96% | - |
| XYZ | 49.51 | 69.46 | 96.39 | - |
| YUV | 188.14 | 159.52 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 244 | 0.73 | 0.02 | 0 | 0.04 | 181.69 | 0.89 | 0.61 |
| Hex | 43 | EF | F4 | 49 | 2 | 0 | 4 | B6 | 59 | 3D |
| Octal | 103 | 357 | 364 | 111 | 2 | 0 | 4 | 266 | 131 | 75 |
| Binary | 1000011 | 11101111 | 11110100 | 1001001 | 10 | 0 | 100 | 10110110 | 1011001 | 111101 |
Color Harmonies of #43EFF4
Complementary color
Monochromatic Colors of #43EFF4
Black with #43EFF4
Text Example
Text Example
White with #43EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFF4; }
p { color: rgb(67,239,244); }
H1.HeaderClassName
{
color: #43EFF4;
}
.AnyTagClassName
{
color: #43EFF4;
}
</style>
background-color css
<style>
a { background-color: #43EFF4; }
a { background-color: rgb(67,239,244); }
div.DivClassName
{
background-color: #43EFF4;
}
.BgClassName
{
background-color: #43EFF4;
}
</style>
border-color css
<style>
span { border-color: #43EFF4; }
span { border-color: rgb(67,239,244); }
td.TdClassName
{
border-color: #43EFF4;
}
.TagClassName
{
border-color: #43EFF4;
}
</style>