Shades of Turquoise #3DDDFD
Tints of Turquoise #3DDDFD
RGB
CMYK
RGB Variations
Color information
#3DDDFD (or 0x3DDDFD) is known color: Turquoise. HEX triplet: 3D, DD and FD. RGB value is (61,221,253). Sum of RGB (Red+Green+Blue) = 61+221+253=535 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.40% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDFD is #C22202. Grayscale: #B0B0B0. Windows color (decimal): -12722691 or 16637245. OLE color: 16637245.
HSL color Cylindrical-coordinate representation of color #3DDDFD: hue angle of 190º 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 #3DDDFD is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 221 | 253 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.01 |
| HSL | 190º | 0.98% | 0.62% | - |
| HSV(B) | 190º | 0.76% | 0.99% | - |
| XYZ | 45.51 | 59.8 | 102.07 | - |
| YUV | 176.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 253 | 0.76 | 0.13 | 0 | 0.01 | 190 | 0.98 | 0.62 |
| Hex | 3D | DD | FD | 4C | D | 0 | 1 | BE | 62 | 3E |
| Octal | 75 | 335 | 375 | 114 | 15 | 0 | 1 | 276 | 142 | 76 |
| Binary | 111101 | 11011101 | 11111101 | 1001100 | 1101 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #3DDDFD
Complementary color
Monochromatic Colors of #3DDDFD
Black with #3DDDFD
Text Example
Text Example
White with #3DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDFD; }
p { color: rgb(61,221,253); }
H1.HeaderClassName
{
color: #3DDDFD;
}
.AnyTagClassName
{
color: #3DDDFD;
}
</style>
background-color css
<style>
a { background-color: #3DDDFD; }
a { background-color: rgb(61,221,253); }
div.DivClassName
{
background-color: #3DDDFD;
}
.BgClassName
{
background-color: #3DDDFD;
}
</style>
border-color css
<style>
span { border-color: #3DDDFD; }
span { border-color: rgb(61,221,253); }
td.TdClassName
{
border-color: #3DDDFD;
}
.TagClassName
{
border-color: #3DDDFD;
}
</style>