Shades of Turquoise #3DDDFC
Tints of Turquoise #3DDDFC
RGB
CMYK
RGB Variations
Color information
#3DDDFC (or 0x3DDDFC) is known color: Turquoise. HEX triplet: 3D, DD and FC. RGB value is (61,221,252). Sum of RGB (Red+Green+Blue) = 61+221+252=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DDDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDFC is #C22203. Grayscale: #B0B0B0. Windows color (decimal): -12722692 or 16571709. OLE color: 16571709.
HSL color Cylindrical-coordinate representation of color #3DDDFC: hue angle of 189.74º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDDFC is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 221 | 252 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.01 |
| HSL | 189.74º | 0.97% | 0.61% | - |
| HSV(B) | 189.74º | 0.76% | 0.99% | - |
| XYZ | 45.35 | 59.73 | 101.23 | - |
| YUV | 176.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 252 | 0.76 | 0.12 | 0 | 0.01 | 189.74 | 0.97 | 0.61 |
| Hex | 3D | DD | FC | 4C | C | 0 | 1 | BE | 61 | 3D |
| Octal | 75 | 335 | 374 | 114 | 14 | 0 | 1 | 276 | 141 | 75 |
| Binary | 111101 | 11011101 | 11111100 | 1001100 | 1100 | 0 | 1 | 10111110 | 1100001 | 111101 |
Color Harmonies of #3DDDFC
Complementary color
Monochromatic Colors of #3DDDFC
Black with #3DDDFC
Text Example
Text Example
White with #3DDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDFC; }
p { color: rgb(61,221,252); }
H1.HeaderClassName
{
color: #3DDDFC;
}
.AnyTagClassName
{
color: #3DDDFC;
}
</style>
background-color css
<style>
a { background-color: #3DDDFC; }
a { background-color: rgb(61,221,252); }
div.DivClassName
{
background-color: #3DDDFC;
}
.BgClassName
{
background-color: #3DDDFC;
}
</style>
border-color css
<style>
span { border-color: #3DDDFC; }
span { border-color: rgb(61,221,252); }
td.TdClassName
{
border-color: #3DDDFC;
}
.TagClassName
{
border-color: #3DDDFC;
}
</style>