Shades of Turquoise #3DF8BB
Tints of Turquoise #3DF8BB
RGB
CMYK
RGB Variations
Color information
#3DF8BB (or 0x3DF8BB) is known color: Turquoise. HEX triplet: 3D, F8 and BB. RGB value is (61,248,187). Sum of RGB (Red+Green+Blue) = 61+248+187=496 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.30% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8BB is #C20744. Grayscale: #B9B9B9. Windows color (decimal): -12715845 or 12318781. OLE color: 12318781.
HSL color Cylindrical-coordinate representation of color #3DF8BB: hue angle of 160.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8BB is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 187 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.03 |
| HSL | 160.43º | 0.93% | 0.61% | - |
| HSV(B) | 160.43º | 0.75% | 0.97% | - |
| XYZ | 44.46 | 71.71 | 58.51 | - |
| YUV | 185.13 | 129.05 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 187 | 0.75 | 0 | 0.25 | 0.03 | 160.43 | 0.93 | 0.61 |
| Hex | 3D | F8 | BB | 4B | 0 | 19 | 3 | A0 | 5D | 3D |
| Octal | 75 | 370 | 273 | 113 | 0 | 31 | 3 | 240 | 135 | 75 |
| Binary | 111101 | 11111000 | 10111011 | 1001011 | 0 | 11001 | 11 | 10100000 | 1011101 | 111101 |
Color Harmonies of #3DF8BB
Complementary color
Monochromatic Colors of #3DF8BB
Black with #3DF8BB
Text Example
Text Example
White with #3DF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8BB; }
p { color: rgb(61,248,187); }
H1.HeaderClassName
{
color: #3DF8BB;
}
.AnyTagClassName
{
color: #3DF8BB;
}
</style>
background-color css
<style>
a { background-color: #3DF8BB; }
a { background-color: rgb(61,248,187); }
div.DivClassName
{
background-color: #3DF8BB;
}
.BgClassName
{
background-color: #3DF8BB;
}
</style>
border-color css
<style>
span { border-color: #3DF8BB; }
span { border-color: rgb(61,248,187); }
td.TdClassName
{
border-color: #3DF8BB;
}
.TagClassName
{
border-color: #3DF8BB;
}
</style>