Shades of Turquoise #4BDFD2
Tints of Turquoise #4BDFD2
RGB
CMYK
RGB Variations
Color information
#4BDFD2 (or 0x4BDFD2) is known color: Turquoise. HEX triplet: 4B, DF and D2. RGB value is (75,223,210). Sum of RGB (Red+Green+Blue) = 75+223+210=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFD2 is #B4202D. Grayscale: #B1B1B1. Windows color (decimal): -11804718 or 13819723. OLE color: 13819723.
HSL color Cylindrical-coordinate representation of color #4BDFD2: hue angle of 174.73º 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 #4BDFD2 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 210 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.13 |
| HSL | 174.73º | 0.7% | 0.58% | - |
| HSV(B) | 174.73º | 0.66% | 0.87% | - |
| XYZ | 40.92 | 58.92 | 70.19 | - |
| YUV | 177.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 210 | 0.66 | 0 | 0.06 | 0.13 | 174.73 | 0.7 | 0.58 |
| Hex | 4B | DF | D2 | 42 | 0 | 6 | D | AF | 46 | 3A |
| Octal | 113 | 337 | 322 | 102 | 0 | 6 | 15 | 257 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11010010 | 1000010 | 0 | 110 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #4BDFD2
Complementary color
Monochromatic Colors of #4BDFD2
Black with #4BDFD2
Text Example
Text Example
White with #4BDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFD2; }
p { color: rgb(75,223,210); }
H1.HeaderClassName
{
color: #4BDFD2;
}
.AnyTagClassName
{
color: #4BDFD2;
}
</style>
background-color css
<style>
a { background-color: #4BDFD2; }
a { background-color: rgb(75,223,210); }
div.DivClassName
{
background-color: #4BDFD2;
}
.BgClassName
{
background-color: #4BDFD2;
}
</style>
border-color css
<style>
span { border-color: #4BDFD2; }
span { border-color: rgb(75,223,210); }
td.TdClassName
{
border-color: #4BDFD2;
}
.TagClassName
{
border-color: #4BDFD2;
}
</style>