Shades of Turquoise #3DDEDF
Tints of Turquoise #3DDEDF
RGB
CMYK
RGB Variations
Color information
#3DDEDF (or 0x3DDEDF) is known color: Turquoise. HEX triplet: 3D, DE and DF. RGB value is (61,222,223). Sum of RGB (Red+Green+Blue) = 61+222+223=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDEDF is #C22120. Grayscale: #ADADAD. Windows color (decimal): -12722465 or 14671421. OLE color: 14671421.
HSL color Cylindrical-coordinate representation of color #3DDEDF: hue angle of 180.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDEDF is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 223 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.13 |
| HSL | 180.37º | 0.72% | 0.56% | - |
| HSV(B) | 180.37º | 0.73% | 0.87% | - |
| XYZ | 41.37 | 58.56 | 78.94 | - |
| YUV | 173.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 223 | 0.73 | 0.00 | 0 | 0.13 | 180.37 | 0.72 | 0.56 |
| Hex | 3D | DE | DF | 49 | 0 | 0 | D | B4 | 48 | 38 |
| Octal | 75 | 336 | 337 | 111 | 0 | 0 | 15 | 264 | 110 | 70 |
| Binary | 111101 | 11011110 | 11011111 | 1001001 | 0 | 0 | 1101 | 10110100 | 1001000 | 111000 |
Color Harmonies of #3DDEDF
Complementary color
Monochromatic Colors of #3DDEDF
Black with #3DDEDF
Text Example
Text Example
White with #3DDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEDF; }
p { color: rgb(61,222,223); }
H1.HeaderClassName
{
color: #3DDEDF;
}
.AnyTagClassName
{
color: #3DDEDF;
}
</style>
background-color css
<style>
a { background-color: #3DDEDF; }
a { background-color: rgb(61,222,223); }
div.DivClassName
{
background-color: #3DDEDF;
}
.BgClassName
{
background-color: #3DDEDF;
}
</style>
border-color css
<style>
span { border-color: #3DDEDF; }
span { border-color: rgb(61,222,223); }
td.TdClassName
{
border-color: #3DDEDF;
}
.TagClassName
{
border-color: #3DDEDF;
}
</style>