Shades of Turquoise #4BDDCF
Tints of Turquoise #4BDDCF
RGB
CMYK
RGB Variations
Color information
#4BDDCF (or 0x4BDDCF) is known color: Turquoise. HEX triplet: 4B, DD and CF. RGB value is (75,221,207). Sum of RGB (Red+Green+Blue) = 75+221+207=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDCF is #B42230. Grayscale: #AFAFAF. Windows color (decimal): -11805233 or 13622603. OLE color: 13622603.
HSL color Cylindrical-coordinate representation of color #4BDDCF: hue angle of 174.25º 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 #4BDDCF is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 207 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.13 |
| HSL | 174.25º | 0.68% | 0.58% | - |
| HSV(B) | 174.25º | 0.66% | 0.87% | - |
| XYZ | 40.02 | 57.71 | 68.06 | - |
| YUV | 175.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 207 | 0.66 | 0 | 0.06 | 0.13 | 174.25 | 0.68 | 0.58 |
| Hex | 4B | DD | CF | 42 | 0 | 6 | D | AE | 44 | 3A |
| Octal | 113 | 335 | 317 | 102 | 0 | 6 | 15 | 256 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11001111 | 1000010 | 0 | 110 | 1101 | 10101110 | 1000100 | 111010 |
Color Harmonies of #4BDDCF
Complementary color
Monochromatic Colors of #4BDDCF
Black with #4BDDCF
Text Example
Text Example
White with #4BDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDCF; }
p { color: rgb(75,221,207); }
H1.HeaderClassName
{
color: #4BDDCF;
}
.AnyTagClassName
{
color: #4BDDCF;
}
</style>
background-color css
<style>
a { background-color: #4BDDCF; }
a { background-color: rgb(75,221,207); }
div.DivClassName
{
background-color: #4BDDCF;
}
.BgClassName
{
background-color: #4BDDCF;
}
</style>
border-color css
<style>
span { border-color: #4BDDCF; }
span { border-color: rgb(75,221,207); }
td.TdClassName
{
border-color: #4BDDCF;
}
.TagClassName
{
border-color: #4BDDCF;
}
</style>