Shades of Medium Turquoise #43CBDF
Tints of Medium Turquoise #43CBDF
RGB
CMYK
RGB Variations
Color information
#43CBDF (or 0x43CBDF) is known color: Medium Turquoise. HEX triplet: 43, CB and DF. RGB value is (67,203,223). Sum of RGB (Red+Green+Blue) = 67+203+223=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #43CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDF is #BC3420. Grayscale: #A4A4A4. Windows color (decimal): -12334113 or 14666563. OLE color: 14666563.
HSL color Cylindrical-coordinate representation of color #43CBDF: hue angle of 187.69º 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 #43CBDF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 203 | 223 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.13 |
| HSL | 187.69º | 0.71% | 0.57% | - |
| HSV(B) | 187.69º | 0.7% | 0.87% | - |
| XYZ | 36.99 | 49.23 | 77.37 | - |
| YUV | 164.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 223 | 0.70 | 0.09 | 0 | 0.13 | 187.69 | 0.71 | 0.57 |
| Hex | 43 | CB | DF | 46 | 9 | 0 | D | BC | 47 | 39 |
| Octal | 103 | 313 | 337 | 106 | 11 | 0 | 15 | 274 | 107 | 71 |
| Binary | 1000011 | 11001011 | 11011111 | 1000110 | 1001 | 0 | 1101 | 10111100 | 1000111 | 111001 |
Color Harmonies of #43CBDF
Complementary color
Monochromatic Colors of #43CBDF
Black with #43CBDF
Text Example
Text Example
White with #43CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBDF; }
p { color: rgb(67,203,223); }
H1.HeaderClassName
{
color: #43CBDF;
}
.AnyTagClassName
{
color: #43CBDF;
}
</style>
background-color css
<style>
a { background-color: #43CBDF; }
a { background-color: rgb(67,203,223); }
div.DivClassName
{
background-color: #43CBDF;
}
.BgClassName
{
background-color: #43CBDF;
}
</style>
border-color css
<style>
span { border-color: #43CBDF; }
span { border-color: rgb(67,203,223); }
td.TdClassName
{
border-color: #43CBDF;
}
.TagClassName
{
border-color: #43CBDF;
}
</style>