Shades of Medium Turquoise #43CFCB
Tints of Medium Turquoise #43CFCB
RGB
CMYK
RGB Variations
Color information
#43CFCB (or 0x43CFCB) is known color: Medium Turquoise. HEX triplet: 43, CF and CB. RGB value is (67,207,203). Sum of RGB (Red+Green+Blue) = 67+207+203=477 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.05% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFCB is #BC3034. Grayscale: #A4A4A4. Windows color (decimal): -12333109 or 13356867. OLE color: 13356867.
HSL color Cylindrical-coordinate representation of color #43CFCB: hue angle of 178.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CFCB is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 203 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.19 |
| HSL | 178.29º | 0.59% | 0.54% | - |
| HSV(B) | 178.29º | 0.68% | 0.81% | - |
| XYZ | 35.41 | 50.13 | 64.31 | - |
| YUV | 164.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 203 | 0.68 | 0 | 0.02 | 0.19 | 178.29 | 0.59 | 0.54 |
| Hex | 43 | CF | CB | 44 | 0 | 2 | 13 | B2 | 3B | 36 |
| Octal | 103 | 317 | 313 | 104 | 0 | 2 | 23 | 262 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11001011 | 1000100 | 0 | 10 | 10011 | 10110010 | 111011 | 110110 |
Color Harmonies of #43CFCB
Complementary color
Monochromatic Colors of #43CFCB
Black with #43CFCB
Text Example
Text Example
White with #43CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFCB; }
p { color: rgb(67,207,203); }
H1.HeaderClassName
{
color: #43CFCB;
}
.AnyTagClassName
{
color: #43CFCB;
}
</style>
background-color css
<style>
a { background-color: #43CFCB; }
a { background-color: rgb(67,207,203); }
div.DivClassName
{
background-color: #43CFCB;
}
.BgClassName
{
background-color: #43CFCB;
}
</style>
border-color css
<style>
span { border-color: #43CFCB; }
span { border-color: rgb(67,207,203); }
td.TdClassName
{
border-color: #43CFCB;
}
.TagClassName
{
border-color: #43CFCB;
}
</style>