Shades of Turquoise #3DF6FB
Tints of Turquoise #3DF6FB
RGB
CMYK
RGB Variations
Color information
#3DF6FB (or 0x3DF6FB) is known color: Turquoise. HEX triplet: 3D, F6 and FB. RGB value is (61,246,251). Sum of RGB (Red+Green+Blue) = 61+246+251=558 (73% of max value = 765). Red value is 61 (24.22% from 255 or 10.93% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DF6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF6FB is #C20904. Grayscale: #BFBFBF. Windows color (decimal): -12716293 or 16512573. OLE color: 16512573.
HSL color Cylindrical-coordinate representation of color #3DF6FB: hue angle of 181.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF6FB is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 246 | 251 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.02 |
| HSL | 181.58º | 0.96% | 0.61% | - |
| HSV(B) | 181.58º | 0.76% | 0.98% | - |
| XYZ | 52.29 | 73.87 | 102.77 | - |
| YUV | 191.26 | 161.71 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 251 | 0.76 | 0.02 | 0 | 0.02 | 181.58 | 0.96 | 0.61 |
| Hex | 3D | F6 | FB | 4C | 2 | 0 | 2 | B6 | 60 | 3D |
| Octal | 75 | 366 | 373 | 114 | 2 | 0 | 2 | 266 | 140 | 75 |
| Binary | 111101 | 11110110 | 11111011 | 1001100 | 10 | 0 | 10 | 10110110 | 1100000 | 111101 |
Color Harmonies of #3DF6FB
Complementary color
Monochromatic Colors of #3DF6FB
Black with #3DF6FB
Text Example
Text Example
White with #3DF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6FB; }
p { color: rgb(61,246,251); }
H1.HeaderClassName
{
color: #3DF6FB;
}
.AnyTagClassName
{
color: #3DF6FB;
}
</style>
background-color css
<style>
a { background-color: #3DF6FB; }
a { background-color: rgb(61,246,251); }
div.DivClassName
{
background-color: #3DF6FB;
}
.BgClassName
{
background-color: #3DF6FB;
}
</style>
border-color css
<style>
span { border-color: #3DF6FB; }
span { border-color: rgb(61,246,251); }
td.TdClassName
{
border-color: #3DF6FB;
}
.TagClassName
{
border-color: #3DF6FB;
}
</style>