Shades of Turquoise #3DFFCF
Tints of Turquoise #3DFFCF
RGB
CMYK
RGB Variations
Color information
#3DFFCF (or 0x3DFFCF) is known color: Turquoise. HEX triplet: 3D, FF and CF. RGB value is (61,255,207). Sum of RGB (Red+Green+Blue) = 61+255+207=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFCF is #C20030. Grayscale: #BFBFBF. Windows color (decimal): -12714033 or 13631293. OLE color: 13631293.
HSL color Cylindrical-coordinate representation of color #3DFFCF: hue angle of 165.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFCF is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 207 | - |
| CMYK | 0.76 | 0 | 0.19 | 0 |
| HSL | 165.15º | 1% | 0.62% | - |
| HSV(B) | 165.15º | 0.76% | 1% | - |
| XYZ | 48.95 | 77.02 | 71.32 | - |
| YUV | 191.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 207 | 0.76 | 0 | 0.19 | 0 | 165.15 | 1 | 0.62 |
| Hex | 3D | FF | CF | 4C | 0 | 13 | 0 | A5 | 64 | 3E |
| Octal | 75 | 377 | 317 | 114 | 0 | 23 | 0 | 245 | 144 | 76 |
| Binary | 111101 | 11111111 | 11001111 | 1001100 | 0 | 10011 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3DFFCF
Complementary color
Monochromatic Colors of #3DFFCF
Black with #3DFFCF
Text Example
Text Example
White with #3DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFCF; }
p { color: rgb(61,255,207); }
H1.HeaderClassName
{
color: #3DFFCF;
}
.AnyTagClassName
{
color: #3DFFCF;
}
</style>
background-color css
<style>
a { background-color: #3DFFCF; }
a { background-color: rgb(61,255,207); }
div.DivClassName
{
background-color: #3DFFCF;
}
.BgClassName
{
background-color: #3DFFCF;
}
</style>
border-color css
<style>
span { border-color: #3DFFCF; }
span { border-color: rgb(61,255,207); }
td.TdClassName
{
border-color: #3DFFCF;
}
.TagClassName
{
border-color: #3DFFCF;
}
</style>