Shades of Medium Turquoise #43CBBE
Tints of Medium Turquoise #43CBBE
RGB
CMYK
RGB Variations
Color information
#43CBBE (or 0x43CBBE) is known color: Medium Turquoise. HEX triplet: 43, CB and BE. RGB value is (67,203,190). Sum of RGB (Red+Green+Blue) = 67+203+190=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBBE is #BC3441. Grayscale: #A0A0A0. Windows color (decimal): -12334146 or 12503875. OLE color: 12503875.
HSL color Cylindrical-coordinate representation of color #43CBBE: hue angle of 174.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CBBE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 190 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.20 |
| HSL | 174.26º | 0.57% | 0.53% | - |
| HSV(B) | 174.26º | 0.67% | 0.8% | - |
| XYZ | 32.96 | 47.62 | 56.17 | - |
| YUV | 160.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 190 | 0.67 | 0 | 0.06 | 0.20 | 174.26 | 0.57 | 0.53 |
| Hex | 43 | CB | BE | 43 | 0 | 6 | 14 | AE | 39 | 35 |
| Octal | 103 | 313 | 276 | 103 | 0 | 6 | 24 | 256 | 71 | 65 |
| Binary | 1000011 | 11001011 | 10111110 | 1000011 | 0 | 110 | 10100 | 10101110 | 111001 | 110101 |
Color Harmonies of #43CBBE
Complementary color
Monochromatic Colors of #43CBBE
Black with #43CBBE
Text Example
Text Example
White with #43CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBBE; }
p { color: rgb(67,203,190); }
H1.HeaderClassName
{
color: #43CBBE;
}
.AnyTagClassName
{
color: #43CBBE;
}
</style>
background-color css
<style>
a { background-color: #43CBBE; }
a { background-color: rgb(67,203,190); }
div.DivClassName
{
background-color: #43CBBE;
}
.BgClassName
{
background-color: #43CBBE;
}
</style>
border-color css
<style>
span { border-color: #43CBBE; }
span { border-color: rgb(67,203,190); }
td.TdClassName
{
border-color: #43CBBE;
}
.TagClassName
{
border-color: #43CBBE;
}
</style>