Shades of Turquoise #3DFDCF
Tints of Turquoise #3DFDCF
RGB
CMYK
RGB Variations
Color information
#3DFDCF (or 0x3DFDCF) is known color: Turquoise. HEX triplet: 3D, FD and CF. RGB value is (61,253,207). Sum of RGB (Red+Green+Blue) = 61+253+207=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDCF is #C20230. Grayscale: #BEBEBE. Windows color (decimal): -12714545 or 13630781. OLE color: 13630781.
HSL color Cylindrical-coordinate representation of color #3DFDCF: hue angle of 165.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDCF is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 207 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.01 |
| HSL | 165.63º | 0.98% | 0.62% | - |
| HSV(B) | 165.63º | 0.76% | 0.99% | - |
| XYZ | 48.31 | 75.75 | 71.11 | - |
| YUV | 190.35 | 137.39 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 207 | 0.76 | 0 | 0.18 | 0.01 | 165.63 | 0.98 | 0.62 |
| Hex | 3D | FD | CF | 4C | 0 | 12 | 1 | A6 | 62 | 3E |
| Octal | 75 | 375 | 317 | 114 | 0 | 22 | 1 | 246 | 142 | 76 |
| Binary | 111101 | 11111101 | 11001111 | 1001100 | 0 | 10010 | 1 | 10100110 | 1100010 | 111110 |
Color Harmonies of #3DFDCF
Complementary color
Monochromatic Colors of #3DFDCF
Black with #3DFDCF
Text Example
Text Example
White with #3DFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDCF; }
p { color: rgb(61,253,207); }
H1.HeaderClassName
{
color: #3DFDCF;
}
.AnyTagClassName
{
color: #3DFDCF;
}
</style>
background-color css
<style>
a { background-color: #3DFDCF; }
a { background-color: rgb(61,253,207); }
div.DivClassName
{
background-color: #3DFDCF;
}
.BgClassName
{
background-color: #3DFDCF;
}
</style>
border-color css
<style>
span { border-color: #3DFDCF; }
span { border-color: rgb(61,253,207); }
td.TdClassName
{
border-color: #3DFDCF;
}
.TagClassName
{
border-color: #3DFDCF;
}
</style>