Shades of Turquoise #3DF0DF
Tints of Turquoise #3DF0DF
RGB
CMYK
RGB Variations
Color information
#3DF0DF (or 0x3DF0DF) is known color: Turquoise. HEX triplet: 3D, F0 and DF. RGB value is (61,240,223). Sum of RGB (Red+Green+Blue) = 61+240+223=524 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.64% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0DF is #C20F20. Grayscale: #B8B8B8. Windows color (decimal): -12717857 or 14676029. OLE color: 14676029.
HSL color Cylindrical-coordinate representation of color #3DF0DF: hue angle of 174.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0DF is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 223 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.06 |
| HSL | 174.3º | 0.86% | 0.59% | - |
| HSV(B) | 174.3º | 0.75% | 0.94% | - |
| XYZ | 46.4 | 68.64 | 80.62 | - |
| YUV | 184.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 223 | 0.75 | 0 | 0.07 | 0.06 | 174.3 | 0.86 | 0.59 |
| Hex | 3D | F0 | DF | 4B | 0 | 7 | 6 | AE | 56 | 3B |
| Octal | 75 | 360 | 337 | 113 | 0 | 7 | 6 | 256 | 126 | 73 |
| Binary | 111101 | 11110000 | 11011111 | 1001011 | 0 | 111 | 110 | 10101110 | 1010110 | 111011 |
Color Harmonies of #3DF0DF
Complementary color
Monochromatic Colors of #3DF0DF
Black with #3DF0DF
Text Example
Text Example
White with #3DF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0DF; }
p { color: rgb(61,240,223); }
H1.HeaderClassName
{
color: #3DF0DF;
}
.AnyTagClassName
{
color: #3DF0DF;
}
</style>
background-color css
<style>
a { background-color: #3DF0DF; }
a { background-color: rgb(61,240,223); }
div.DivClassName
{
background-color: #3DF0DF;
}
.BgClassName
{
background-color: #3DF0DF;
}
</style>
border-color css
<style>
span { border-color: #3DF0DF; }
span { border-color: rgb(61,240,223); }
td.TdClassName
{
border-color: #3DF0DF;
}
.TagClassName
{
border-color: #3DF0DF;
}
</style>