Shades of Medium Turquoise #43CCDF
Tints of Medium Turquoise #43CCDF
RGB
CMYK
RGB Variations
Color information
#43CCDF (or 0x43CCDF) is known color: Medium Turquoise. HEX triplet: 43, CC and DF. RGB value is (67,204,223). Sum of RGB (Red+Green+Blue) = 67+204+223=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #43CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCDF is #BC3320. Grayscale: #A4A4A4. Windows color (decimal): -12333857 or 14666819. OLE color: 14666819.
HSL color Cylindrical-coordinate representation of color #43CCDF: hue angle of 187.31º 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 #43CCDF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 204 | 223 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.13 |
| HSL | 187.31º | 0.71% | 0.57% | - |
| HSV(B) | 187.31º | 0.7% | 0.87% | - |
| XYZ | 37.23 | 49.71 | 77.44 | - |
| YUV | 165.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 223 | 0.70 | 0.09 | 0 | 0.13 | 187.31 | 0.71 | 0.57 |
| Hex | 43 | CC | DF | 46 | 9 | 0 | D | BB | 47 | 39 |
| Octal | 103 | 314 | 337 | 106 | 11 | 0 | 15 | 273 | 107 | 71 |
| Binary | 1000011 | 11001100 | 11011111 | 1000110 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111001 |
Color Harmonies of #43CCDF
Complementary color
Monochromatic Colors of #43CCDF
Black with #43CCDF
Text Example
Text Example
White with #43CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCDF; }
p { color: rgb(67,204,223); }
H1.HeaderClassName
{
color: #43CCDF;
}
.AnyTagClassName
{
color: #43CCDF;
}
</style>
background-color css
<style>
a { background-color: #43CCDF; }
a { background-color: rgb(67,204,223); }
div.DivClassName
{
background-color: #43CCDF;
}
.BgClassName
{
background-color: #43CCDF;
}
</style>
border-color css
<style>
span { border-color: #43CCDF; }
span { border-color: rgb(67,204,223); }
td.TdClassName
{
border-color: #43CCDF;
}
.TagClassName
{
border-color: #43CCDF;
}
</style>