Shades of Medium Turquoise #4BCDDF
Tints of Medium Turquoise #4BCDDF
RGB
CMYK
RGB Variations
Color information
#4BCDDF (or 0x4BCDDF) is known color: Medium Turquoise. HEX triplet: 4B, CD and DF. RGB value is (75,205,223). Sum of RGB (Red+Green+Blue) = 75+205+223=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDDF is #B43220. Grayscale: #A7A7A7. Windows color (decimal): -11809313 or 14667083. OLE color: 14667083.
HSL color Cylindrical-coordinate representation of color #4BCDDF: hue angle of 187.3º degrees, saturation: 0.7, 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 #4BCDDF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 205 | 223 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 187.3º | 0.7% | 0.58% | - |
| HSV(B) | 187.3º | 0.66% | 0.87% | - |
| XYZ | 38.05 | 50.49 | 77.55 | - |
| YUV | 168.18 | 158.93 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 223 | 0.66 | 0.08 | 0 | 0.13 | 187.3 | 0.7 | 0.58 |
| Hex | 4B | CD | DF | 42 | 8 | 0 | D | BB | 46 | 3A |
| Octal | 113 | 315 | 337 | 102 | 10 | 0 | 15 | 273 | 106 | 72 |
| Binary | 1001011 | 11001101 | 11011111 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111010 |
Color Harmonies of #4BCDDF
Complementary color
Monochromatic Colors of #4BCDDF
Black with #4BCDDF
Text Example
Text Example
White with #4BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDDF; }
p { color: rgb(75,205,223); }
H1.HeaderClassName
{
color: #4BCDDF;
}
.AnyTagClassName
{
color: #4BCDDF;
}
</style>
background-color css
<style>
a { background-color: #4BCDDF; }
a { background-color: rgb(75,205,223); }
div.DivClassName
{
background-color: #4BCDDF;
}
.BgClassName
{
background-color: #4BCDDF;
}
</style>
border-color css
<style>
span { border-color: #4BCDDF; }
span { border-color: rgb(75,205,223); }
td.TdClassName
{
border-color: #4BCDDF;
}
.TagClassName
{
border-color: #4BCDDF;
}
</style>