Shades of Turquoise #43EFF6
Tints of Turquoise #43EFF6
RGB
CMYK
RGB Variations
Color information
#43EFF6 (or 0x43EFF6) is known color: Turquoise. HEX triplet: 43, EF and F6. RGB value is (67,239,246). Sum of RGB (Red+Green+Blue) = 67+239+246=552 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.14% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #43EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EFF6 is #BC1009. Grayscale: #BCBCBC. Windows color (decimal): -12324874 or 16183107. OLE color: 16183107.
HSL color Cylindrical-coordinate representation of color #43EFF6: hue angle of 182.35º degrees, saturation: 0.91, 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 #43EFF6 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 239 | 246 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.04 |
| HSL | 182.35º | 0.91% | 0.61% | - |
| HSV(B) | 182.35º | 0.73% | 0.96% | - |
| XYZ | 49.82 | 69.58 | 97.99 | - |
| YUV | 188.37 | 160.52 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 246 | 0.73 | 0.03 | 0 | 0.04 | 182.35 | 0.91 | 0.61 |
| Hex | 43 | EF | F6 | 49 | 3 | 0 | 4 | B6 | 5B | 3D |
| Octal | 103 | 357 | 366 | 111 | 3 | 0 | 4 | 266 | 133 | 75 |
| Binary | 1000011 | 11101111 | 11110110 | 1001001 | 11 | 0 | 100 | 10110110 | 1011011 | 111101 |
Color Harmonies of #43EFF6
Complementary color
Monochromatic Colors of #43EFF6
Black with #43EFF6
Text Example
Text Example
White with #43EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EFF6; }
p { color: rgb(67,239,246); }
H1.HeaderClassName
{
color: #43EFF6;
}
.AnyTagClassName
{
color: #43EFF6;
}
</style>
background-color css
<style>
a { background-color: #43EFF6; }
a { background-color: rgb(67,239,246); }
div.DivClassName
{
background-color: #43EFF6;
}
.BgClassName
{
background-color: #43EFF6;
}
</style>
border-color css
<style>
span { border-color: #43EFF6; }
span { border-color: rgb(67,239,246); }
td.TdClassName
{
border-color: #43EFF6;
}
.TagClassName
{
border-color: #43EFF6;
}
</style>