Shades of Turquoise #43EEF3
Tints of Turquoise #43EEF3
RGB
CMYK
RGB Variations
Color information
#43EEF3 (or 0x43EEF3) is known color: Turquoise. HEX triplet: 43, EE and F3. RGB value is (67,238,243). Sum of RGB (Red+Green+Blue) = 67+238+243=548 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.23% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #43EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EEF3 is #BC110C. Grayscale: #BBBBBB. Windows color (decimal): -12325133 or 15986243. OLE color: 15986243.
HSL color Cylindrical-coordinate representation of color #43EEF3: hue angle of 181.7º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EEF3 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 238 | 243 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.05 |
| HSL | 181.7º | 0.88% | 0.61% | - |
| HSV(B) | 181.7º | 0.72% | 0.95% | - |
| XYZ | 49.07 | 68.81 | 95.49 | - |
| YUV | 187.44 | 159.35 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 243 | 0.72 | 0.02 | 0 | 0.05 | 181.7 | 0.88 | 0.61 |
| Hex | 43 | EE | F3 | 48 | 2 | 0 | 5 | B6 | 58 | 3D |
| Octal | 103 | 356 | 363 | 110 | 2 | 0 | 5 | 266 | 130 | 75 |
| Binary | 1000011 | 11101110 | 11110011 | 1001000 | 10 | 0 | 101 | 10110110 | 1011000 | 111101 |
Color Harmonies of #43EEF3
Complementary color
Monochromatic Colors of #43EEF3
Black with #43EEF3
Text Example
Text Example
White with #43EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EEF3; }
p { color: rgb(67,238,243); }
H1.HeaderClassName
{
color: #43EEF3;
}
.AnyTagClassName
{
color: #43EEF3;
}
</style>
background-color css
<style>
a { background-color: #43EEF3; }
a { background-color: rgb(67,238,243); }
div.DivClassName
{
background-color: #43EEF3;
}
.BgClassName
{
background-color: #43EEF3;
}
</style>
border-color css
<style>
span { border-color: #43EEF3; }
span { border-color: rgb(67,238,243); }
td.TdClassName
{
border-color: #43EEF3;
}
.TagClassName
{
border-color: #43EEF3;
}
</style>