Shades of Medium Turquoise #4BCFDD
Tints of Medium Turquoise #4BCFDD
RGB
CMYK
RGB Variations
Color information
#4BCFDD (or 0x4BCFDD) is known color: Medium Turquoise. HEX triplet: 4B, CF and DD. RGB value is (75,207,221). Sum of RGB (Red+Green+Blue) = 75+207+221=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDD is #B43022. Grayscale: #A8A8A8. Windows color (decimal): -11808803 or 14536523. OLE color: 14536523.
HSL color Cylindrical-coordinate representation of color #4BCFDD: hue angle of 185.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCFDD is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 207 | 221 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.13 |
| HSL | 185.75º | 0.68% | 0.58% | - |
| HSV(B) | 185.75º | 0.66% | 0.87% | - |
| XYZ | 38.27 | 51.34 | 76.3 | - |
| YUV | 169.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 221 | 0.66 | 0.06 | 0 | 0.13 | 185.75 | 0.68 | 0.58 |
| Hex | 4B | CF | DD | 42 | 6 | 0 | D | BA | 44 | 3A |
| Octal | 113 | 317 | 335 | 102 | 6 | 0 | 15 | 272 | 104 | 72 |
| Binary | 1001011 | 11001111 | 11011101 | 1000010 | 110 | 0 | 1101 | 10111010 | 1000100 | 111010 |
Color Harmonies of #4BCFDD
Complementary color
Monochromatic Colors of #4BCFDD
Black with #4BCFDD
Text Example
Text Example
White with #4BCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFDD; }
p { color: rgb(75,207,221); }
H1.HeaderClassName
{
color: #4BCFDD;
}
.AnyTagClassName
{
color: #4BCFDD;
}
</style>
background-color css
<style>
a { background-color: #4BCFDD; }
a { background-color: rgb(75,207,221); }
div.DivClassName
{
background-color: #4BCFDD;
}
.BgClassName
{
background-color: #4BCFDD;
}
</style>
border-color css
<style>
span { border-color: #4BCFDD; }
span { border-color: rgb(75,207,221); }
td.TdClassName
{
border-color: #4BCFDD;
}
.TagClassName
{
border-color: #4BCFDD;
}
</style>