Shades of Medium Turquoise #43CEDF
Tints of Medium Turquoise #43CEDF
RGB
CMYK
RGB Variations
Color information
#43CEDF (or 0x43CEDF) is known color: Medium Turquoise. HEX triplet: 43, CE and DF. RGB value is (67,206,223). Sum of RGB (Red+Green+Blue) = 67+206+223=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #43CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEDF is #BC3120. Grayscale: #A6A6A6. Windows color (decimal): -12333345 or 14667331. OLE color: 14667331.
HSL color Cylindrical-coordinate representation of color #43CEDF: hue angle of 186.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CEDF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 206 | 223 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.13 |
| HSL | 186.54º | 0.71% | 0.57% | - |
| HSV(B) | 186.54º | 0.7% | 0.87% | - |
| XYZ | 37.71 | 50.66 | 77.6 | - |
| YUV | 166.38 | 159.95 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 223 | 0.70 | 0.08 | 0 | 0.13 | 186.54 | 0.71 | 0.57 |
| Hex | 43 | CE | DF | 46 | 8 | 0 | D | BB | 47 | 39 |
| Octal | 103 | 316 | 337 | 106 | 10 | 0 | 15 | 273 | 107 | 71 |
| Binary | 1000011 | 11001110 | 11011111 | 1000110 | 1000 | 0 | 1101 | 10111011 | 1000111 | 111001 |
Color Harmonies of #43CEDF
Complementary color
Monochromatic Colors of #43CEDF
Black with #43CEDF
Text Example
Text Example
White with #43CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEDF; }
p { color: rgb(67,206,223); }
H1.HeaderClassName
{
color: #43CEDF;
}
.AnyTagClassName
{
color: #43CEDF;
}
</style>
background-color css
<style>
a { background-color: #43CEDF; }
a { background-color: rgb(67,206,223); }
div.DivClassName
{
background-color: #43CEDF;
}
.BgClassName
{
background-color: #43CEDF;
}
</style>
border-color css
<style>
span { border-color: #43CEDF; }
span { border-color: rgb(67,206,223); }
td.TdClassName
{
border-color: #43CEDF;
}
.TagClassName
{
border-color: #43CEDF;
}
</style>