Shades of Medium Turquoise #4BCFDE
Tints of Medium Turquoise #4BCFDE
RGB
CMYK
RGB Variations
Color information
#4BCFDE (or 0x4BCFDE) is known color: Medium Turquoise. HEX triplet: 4B, CF and DE. RGB value is (75,207,222). Sum of RGB (Red+Green+Blue) = 75+207+222=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BCFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDE is #B43021. Grayscale: #A9A9A9. Windows color (decimal): -11808802 or 14602059. OLE color: 14602059.
HSL color Cylindrical-coordinate representation of color #4BCFDE: hue angle of 186.12º degrees, saturation: 0.69, 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 #4BCFDE is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 207 | 222 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.13 |
| HSL | 186.12º | 0.69% | 0.58% | - |
| HSV(B) | 186.12º | 0.66% | 0.87% | - |
| XYZ | 38.4 | 51.4 | 77 | - |
| YUV | 169.24 | 157.77 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 222 | 0.66 | 0.07 | 0 | 0.13 | 186.12 | 0.69 | 0.58 |
| Hex | 4B | CF | DE | 42 | 7 | 0 | D | BA | 45 | 3A |
| Octal | 113 | 317 | 336 | 102 | 7 | 0 | 15 | 272 | 105 | 72 |
| Binary | 1001011 | 11001111 | 11011110 | 1000010 | 111 | 0 | 1101 | 10111010 | 1000101 | 111010 |
Color Harmonies of #4BCFDE
Complementary color
Monochromatic Colors of #4BCFDE
Black with #4BCFDE
Text Example
Text Example
White with #4BCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFDE; }
p { color: rgb(75,207,222); }
H1.HeaderClassName
{
color: #4BCFDE;
}
.AnyTagClassName
{
color: #4BCFDE;
}
</style>
background-color css
<style>
a { background-color: #4BCFDE; }
a { background-color: rgb(75,207,222); }
div.DivClassName
{
background-color: #4BCFDE;
}
.BgClassName
{
background-color: #4BCFDE;
}
</style>
border-color css
<style>
span { border-color: #4BCFDE; }
span { border-color: rgb(75,207,222); }
td.TdClassName
{
border-color: #4BCFDE;
}
.TagClassName
{
border-color: #4BCFDE;
}
</style>