Shades of Turquoise #3DF2DF
Tints of Turquoise #3DF2DF
RGB
CMYK
RGB Variations
Color information
#3DF2DF (or 0x3DF2DF) is known color: Turquoise. HEX triplet: 3D, F2 and DF. RGB value is (61,242,223). Sum of RGB (Red+Green+Blue) = 61+242+223=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2DF is #C20D20. Grayscale: #B9B9B9. Windows color (decimal): -12717345 or 14676541. OLE color: 14676541.
HSL color Cylindrical-coordinate representation of color #3DF2DF: hue angle of 173.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF2DF is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 223 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.05 |
| HSL | 173.7º | 0.87% | 0.59% | - |
| HSV(B) | 173.7º | 0.75% | 0.95% | - |
| XYZ | 47 | 69.82 | 80.81 | - |
| YUV | 185.72 | 149.03 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 223 | 0.75 | 0 | 0.08 | 0.05 | 173.7 | 0.87 | 0.59 |
| Hex | 3D | F2 | DF | 4B | 0 | 8 | 5 | AE | 57 | 3B |
| Octal | 75 | 362 | 337 | 113 | 0 | 10 | 5 | 256 | 127 | 73 |
| Binary | 111101 | 11110010 | 11011111 | 1001011 | 0 | 1000 | 101 | 10101110 | 1010111 | 111011 |
Color Harmonies of #3DF2DF
Complementary color
Monochromatic Colors of #3DF2DF
Black with #3DF2DF
Text Example
Text Example
White with #3DF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2DF; }
p { color: rgb(61,242,223); }
H1.HeaderClassName
{
color: #3DF2DF;
}
.AnyTagClassName
{
color: #3DF2DF;
}
</style>
background-color css
<style>
a { background-color: #3DF2DF; }
a { background-color: rgb(61,242,223); }
div.DivClassName
{
background-color: #3DF2DF;
}
.BgClassName
{
background-color: #3DF2DF;
}
</style>
border-color css
<style>
span { border-color: #3DF2DF; }
span { border-color: rgb(61,242,223); }
td.TdClassName
{
border-color: #3DF2DF;
}
.TagClassName
{
border-color: #3DF2DF;
}
</style>