Shades of Turquoise #3DDBFC
Tints of Turquoise #3DDBFC
RGB
CMYK
RGB Variations
Color information
#3DDBFC (or 0x3DDBFC) is known color: Turquoise. HEX triplet: 3D, DB and FC. RGB value is (61,219,252). Sum of RGB (Red+Green+Blue) = 61+219+252=532 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.47% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBFC is #C22403. Grayscale: #AFAFAF. Windows color (decimal): -12723204 or 16571197. OLE color: 16571197.
HSL color Cylindrical-coordinate representation of color #3DDBFC: hue angle of 190.37º 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 #3DDBFC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 219 | 252 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.01 |
| HSL | 190.37º | 0.97% | 0.61% | - |
| HSV(B) | 190.37º | 0.76% | 0.99% | - |
| XYZ | 44.83 | 58.68 | 101.06 | - |
| YUV | 175.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 252 | 0.76 | 0.13 | 0 | 0.01 | 190.37 | 0.97 | 0.61 |
| Hex | 3D | DB | FC | 4C | D | 0 | 1 | BE | 61 | 3D |
| Octal | 75 | 333 | 374 | 114 | 15 | 0 | 1 | 276 | 141 | 75 |
| Binary | 111101 | 11011011 | 11111100 | 1001100 | 1101 | 0 | 1 | 10111110 | 1100001 | 111101 |
Color Harmonies of #3DDBFC
Complementary color
Monochromatic Colors of #3DDBFC
Black with #3DDBFC
Text Example
Text Example
White with #3DDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBFC; }
p { color: rgb(61,219,252); }
H1.HeaderClassName
{
color: #3DDBFC;
}
.AnyTagClassName
{
color: #3DDBFC;
}
</style>
background-color css
<style>
a { background-color: #3DDBFC; }
a { background-color: rgb(61,219,252); }
div.DivClassName
{
background-color: #3DDBFC;
}
.BgClassName
{
background-color: #3DDBFC;
}
</style>
border-color css
<style>
span { border-color: #3DDBFC; }
span { border-color: rgb(61,219,252); }
td.TdClassName
{
border-color: #3DDBFC;
}
.TagClassName
{
border-color: #3DDBFC;
}
</style>