Shades of Medium Turquoise #43CFD8
Tints of Medium Turquoise #43CFD8
RGB
CMYK
RGB Variations
Color information
#43CFD8 (or 0x43CFD8) is known color: Medium Turquoise. HEX triplet: 43, CF and D8. RGB value is (67,207,216). Sum of RGB (Red+Green+Blue) = 67+207+216=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #43CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFD8 is #BC3027. Grayscale: #A5A5A5. Windows color (decimal): -12333096 or 14208835. OLE color: 14208835.
HSL color Cylindrical-coordinate representation of color #43CFD8: hue angle of 183.62º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CFD8 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 207 | 216 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.15 |
| HSL | 183.62º | 0.66% | 0.55% | - |
| HSV(B) | 183.62º | 0.69% | 0.85% | - |
| XYZ | 37.02 | 50.78 | 72.82 | - |
| YUV | 166.17 | 156.12 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 216 | 0.69 | 0.04 | 0 | 0.15 | 183.62 | 0.66 | 0.55 |
| Hex | 43 | CF | D8 | 45 | 4 | 0 | F | B8 | 42 | 37 |
| Octal | 103 | 317 | 330 | 105 | 4 | 0 | 17 | 270 | 102 | 67 |
| Binary | 1000011 | 11001111 | 11011000 | 1000101 | 100 | 0 | 1111 | 10111000 | 1000010 | 110111 |
Color Harmonies of #43CFD8
Complementary color
Monochromatic Colors of #43CFD8
Black with #43CFD8
Text Example
Text Example
White with #43CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFD8; }
p { color: rgb(67,207,216); }
H1.HeaderClassName
{
color: #43CFD8;
}
.AnyTagClassName
{
color: #43CFD8;
}
</style>
background-color css
<style>
a { background-color: #43CFD8; }
a { background-color: rgb(67,207,216); }
div.DivClassName
{
background-color: #43CFD8;
}
.BgClassName
{
background-color: #43CFD8;
}
</style>
border-color css
<style>
span { border-color: #43CFD8; }
span { border-color: rgb(67,207,216); }
td.TdClassName
{
border-color: #43CFD8;
}
.TagClassName
{
border-color: #43CFD8;
}
</style>