Shades of Medium Turquoise #43CDD6
Tints of Medium Turquoise #43CDD6
RGB
CMYK
RGB Variations
Color information
#43CDD6 (or 0x43CDD6) is known color: Medium Turquoise. HEX triplet: 43, CD and D6. RGB value is (67,205,214). Sum of RGB (Red+Green+Blue) = 67+205+214=486 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.79% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #43CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDD6 is #BC3229. Grayscale: #A4A4A4. Windows color (decimal): -12333610 or 14077251. OLE color: 14077251.
HSL color Cylindrical-coordinate representation of color #43CDD6: hue angle of 183.67º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CDD6 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 205 | 214 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.16 |
| HSL | 183.67º | 0.64% | 0.55% | - |
| HSV(B) | 183.67º | 0.69% | 0.84% | - |
| XYZ | 36.28 | 49.71 | 71.3 | - |
| YUV | 164.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 214 | 0.69 | 0.04 | 0 | 0.16 | 183.67 | 0.64 | 0.55 |
| Hex | 43 | CD | D6 | 45 | 4 | 0 | 10 | B8 | 40 | 37 |
| Octal | 103 | 315 | 326 | 105 | 4 | 0 | 20 | 270 | 100 | 67 |
| Binary | 1000011 | 11001101 | 11010110 | 1000101 | 100 | 0 | 10000 | 10111000 | 1000000 | 110111 |
Color Harmonies of #43CDD6
Complementary color
Monochromatic Colors of #43CDD6
Black with #43CDD6
Text Example
Text Example
White with #43CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDD6; }
p { color: rgb(67,205,214); }
H1.HeaderClassName
{
color: #43CDD6;
}
.AnyTagClassName
{
color: #43CDD6;
}
</style>
background-color css
<style>
a { background-color: #43CDD6; }
a { background-color: rgb(67,205,214); }
div.DivClassName
{
background-color: #43CDD6;
}
.BgClassName
{
background-color: #43CDD6;
}
</style>
border-color css
<style>
span { border-color: #43CDD6; }
span { border-color: rgb(67,205,214); }
td.TdClassName
{
border-color: #43CDD6;
}
.TagClassName
{
border-color: #43CDD6;
}
</style>