Shades of Turquoise #3DF8DD
Tints of Turquoise #3DF8DD
RGB
CMYK
RGB Variations
Color information
#3DF8DD (or 0x3DF8DD) is known color: Turquoise. HEX triplet: 3D, F8 and DD. RGB value is (61,248,221). Sum of RGB (Red+Green+Blue) = 61+248+221=530 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.51% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8DD is #C20722. Grayscale: #BCBCBC. Windows color (decimal): -12715811 or 14547005. OLE color: 14547005.
HSL color Cylindrical-coordinate representation of color #3DF8DD: hue angle of 171.34º 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 #3DF8DD is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 221 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.03 |
| HSL | 171.34º | 0.93% | 0.61% | - |
| HSV(B) | 171.34º | 0.75% | 0.97% | - |
| XYZ | 48.54 | 73.35 | 80.01 | - |
| YUV | 189.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 221 | 0.75 | 0 | 0.11 | 0.03 | 171.34 | 0.93 | 0.61 |
| Hex | 3D | F8 | DD | 4B | 0 | B | 3 | AB | 5D | 3D |
| Octal | 75 | 370 | 335 | 113 | 0 | 13 | 3 | 253 | 135 | 75 |
| Binary | 111101 | 11111000 | 11011101 | 1001011 | 0 | 1011 | 11 | 10101011 | 1011101 | 111101 |
Color Harmonies of #3DF8DD
Complementary color
Monochromatic Colors of #3DF8DD
Black with #3DF8DD
Text Example
Text Example
White with #3DF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8DD; }
p { color: rgb(61,248,221); }
H1.HeaderClassName
{
color: #3DF8DD;
}
.AnyTagClassName
{
color: #3DF8DD;
}
</style>
background-color css
<style>
a { background-color: #3DF8DD; }
a { background-color: rgb(61,248,221); }
div.DivClassName
{
background-color: #3DF8DD;
}
.BgClassName
{
background-color: #3DF8DD;
}
</style>
border-color css
<style>
span { border-color: #3DF8DD; }
span { border-color: rgb(61,248,221); }
td.TdClassName
{
border-color: #3DF8DD;
}
.TagClassName
{
border-color: #3DF8DD;
}
</style>