Shades of Medium Turquoise #43CDD7
Tints of Medium Turquoise #43CDD7
RGB
CMYK
RGB Variations
Color information
#43CDD7 (or 0x43CDD7) is known color: Medium Turquoise. HEX triplet: 43, CD and D7. RGB value is (67,205,215). Sum of RGB (Red+Green+Blue) = 67+205+215=487 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.76% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #43CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDD7 is #BC3228. Grayscale: #A4A4A4. Windows color (decimal): -12333609 or 14142787. OLE color: 14142787.
HSL color Cylindrical-coordinate representation of color #43CDD7: hue angle of 184.05º degrees, saturation: 0.65, 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 #43CDD7 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 205 | 215 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.16 |
| HSL | 184.05º | 0.65% | 0.55% | - |
| HSV(B) | 184.05º | 0.69% | 0.84% | - |
| XYZ | 36.41 | 49.76 | 71.98 | - |
| YUV | 164.88 | 156.28 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 215 | 0.69 | 0.05 | 0 | 0.16 | 184.05 | 0.65 | 0.55 |
| Hex | 43 | CD | D7 | 45 | 5 | 0 | 10 | B8 | 41 | 37 |
| Octal | 103 | 315 | 327 | 105 | 5 | 0 | 20 | 270 | 101 | 67 |
| Binary | 1000011 | 11001101 | 11010111 | 1000101 | 101 | 0 | 10000 | 10111000 | 1000001 | 110111 |
Color Harmonies of #43CDD7
Complementary color
Monochromatic Colors of #43CDD7
Black with #43CDD7
Text Example
Text Example
White with #43CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDD7; }
p { color: rgb(67,205,215); }
H1.HeaderClassName
{
color: #43CDD7;
}
.AnyTagClassName
{
color: #43CDD7;
}
</style>
background-color css
<style>
a { background-color: #43CDD7; }
a { background-color: rgb(67,205,215); }
div.DivClassName
{
background-color: #43CDD7;
}
.BgClassName
{
background-color: #43CDD7;
}
</style>
border-color css
<style>
span { border-color: #43CDD7; }
span { border-color: rgb(67,205,215); }
td.TdClassName
{
border-color: #43CDD7;
}
.TagClassName
{
border-color: #43CDD7;
}
</style>