Shades of Turquoise #3DDFFC
Tints of Turquoise #3DDFFC
RGB
CMYK
RGB Variations
Color information
#3DDFFC (or 0x3DDFFC) is known color: Turquoise. HEX triplet: 3D, DF and FC. RGB value is (61,223,252). Sum of RGB (Red+Green+Blue) = 61+223+252=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DDFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFFC is #C22003. Grayscale: #B1B1B1. Windows color (decimal): -12722180 or 16572221. OLE color: 16572221.
HSL color Cylindrical-coordinate representation of color #3DDFFC: hue angle of 189.11º 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 #3DDFFC is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 223 | 252 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.01 |
| HSL | 189.11º | 0.97% | 0.61% | - |
| HSV(B) | 189.11º | 0.76% | 0.99% | - |
| XYZ | 45.88 | 60.8 | 101.41 | - |
| YUV | 177.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 252 | 0.76 | 0.12 | 0 | 0.01 | 189.11 | 0.97 | 0.61 |
| Hex | 3D | DF | FC | 4C | C | 0 | 1 | BD | 61 | 3D |
| Octal | 75 | 337 | 374 | 114 | 14 | 0 | 1 | 275 | 141 | 75 |
| Binary | 111101 | 11011111 | 11111100 | 1001100 | 1100 | 0 | 1 | 10111101 | 1100001 | 111101 |
Color Harmonies of #3DDFFC
Complementary color
Monochromatic Colors of #3DDFFC
Black with #3DDFFC
Text Example
Text Example
White with #3DDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFFC; }
p { color: rgb(61,223,252); }
H1.HeaderClassName
{
color: #3DDFFC;
}
.AnyTagClassName
{
color: #3DDFFC;
}
</style>
background-color css
<style>
a { background-color: #3DDFFC; }
a { background-color: rgb(61,223,252); }
div.DivClassName
{
background-color: #3DDFFC;
}
.BgClassName
{
background-color: #3DDFFC;
}
</style>
border-color css
<style>
span { border-color: #3DDFFC; }
span { border-color: rgb(61,223,252); }
td.TdClassName
{
border-color: #3DDFFC;
}
.TagClassName
{
border-color: #3DDFFC;
}
</style>