Shades of Turquoise #4BF3DF
Tints of Turquoise #4BF3DF
RGB
CMYK
RGB Variations
Color information
#4BF3DF (or 0x4BF3DF) is known color: Turquoise. HEX triplet: 4B, F3 and DF. RGB value is (75,243,223). Sum of RGB (Red+Green+Blue) = 75+243+223=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF3DF is #B40C20. Grayscale: #BEBEBE. Windows color (decimal): -11799585 or 14676811. OLE color: 14676811.
HSL color Cylindrical-coordinate representation of color #4BF3DF: hue angle of 172.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF3DF is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 223 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.05 |
| HSL | 172.86º | 0.88% | 0.62% | - |
| HSV(B) | 172.86º | 0.69% | 0.95% | - |
| XYZ | 48.27 | 70.92 | 80.96 | - |
| YUV | 190.49 | 146.34 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 223 | 0.69 | 0 | 0.08 | 0.05 | 172.86 | 0.88 | 0.62 |
| Hex | 4B | F3 | DF | 45 | 0 | 8 | 5 | AD | 58 | 3E |
| Octal | 113 | 363 | 337 | 105 | 0 | 10 | 5 | 255 | 130 | 76 |
| Binary | 1001011 | 11110011 | 11011111 | 1000101 | 0 | 1000 | 101 | 10101101 | 1011000 | 111110 |
Color Harmonies of #4BF3DF
Complementary color
Monochromatic Colors of #4BF3DF
Black with #4BF3DF
Text Example
Text Example
White with #4BF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF3DF; }
p { color: rgb(75,243,223); }
H1.HeaderClassName
{
color: #4BF3DF;
}
.AnyTagClassName
{
color: #4BF3DF;
}
</style>
background-color css
<style>
a { background-color: #4BF3DF; }
a { background-color: rgb(75,243,223); }
div.DivClassName
{
background-color: #4BF3DF;
}
.BgClassName
{
background-color: #4BF3DF;
}
</style>
border-color css
<style>
span { border-color: #4BF3DF; }
span { border-color: rgb(75,243,223); }
td.TdClassName
{
border-color: #4BF3DF;
}
.TagClassName
{
border-color: #4BF3DF;
}
</style>