Shades of Turquoise #4BEFDF
Tints of Turquoise #4BEFDF
RGB
CMYK
RGB Variations
Color information
#4BEFDF (or 0x4BEFDF) is known color: Turquoise. HEX triplet: 4B, EF and DF. RGB value is (75,239,223). Sum of RGB (Red+Green+Blue) = 75+239+223=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFDF is #B41020. Grayscale: #BCBCBC. Windows color (decimal): -11800609 or 14675787. OLE color: 14675787.
HSL color Cylindrical-coordinate representation of color #4BEFDF: hue angle of 174.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFDF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 223 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.06 |
| HSL | 174.15º | 0.84% | 0.62% | - |
| HSV(B) | 174.15º | 0.69% | 0.94% | - |
| XYZ | 47.09 | 68.56 | 80.56 | - |
| YUV | 188.14 | 147.67 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 223 | 0.69 | 0 | 0.07 | 0.06 | 174.15 | 0.84 | 0.62 |
| Hex | 4B | EF | DF | 45 | 0 | 7 | 6 | AE | 54 | 3E |
| Octal | 113 | 357 | 337 | 105 | 0 | 7 | 6 | 256 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11011111 | 1000101 | 0 | 111 | 110 | 10101110 | 1010100 | 111110 |
Color Harmonies of #4BEFDF
Complementary color
Monochromatic Colors of #4BEFDF
Black with #4BEFDF
Text Example
Text Example
White with #4BEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFDF; }
p { color: rgb(75,239,223); }
H1.HeaderClassName
{
color: #4BEFDF;
}
.AnyTagClassName
{
color: #4BEFDF;
}
</style>
background-color css
<style>
a { background-color: #4BEFDF; }
a { background-color: rgb(75,239,223); }
div.DivClassName
{
background-color: #4BEFDF;
}
.BgClassName
{
background-color: #4BEFDF;
}
</style>
border-color css
<style>
span { border-color: #4BEFDF; }
span { border-color: rgb(75,239,223); }
td.TdClassName
{
border-color: #4BEFDF;
}
.TagClassName
{
border-color: #4BEFDF;
}
</style>