Shades of Turquoise #3DDFF6
Tints of Turquoise #3DDFF6
RGB
CMYK
RGB Variations
Color information
#3DDFF6 (or 0x3DDFF6) is known color: Turquoise. HEX triplet: 3D, DF and F6. RGB value is (61,223,246). Sum of RGB (Red+Green+Blue) = 61+223+246=530 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.51% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DDFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFF6 is #C22009. Grayscale: #B0B0B0. Windows color (decimal): -12722186 or 16179005. OLE color: 16179005.
HSL color Cylindrical-coordinate representation of color #3DDFF6: hue angle of 187.46º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDFF6 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 223 | 246 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.04 |
| HSL | 187.46º | 0.91% | 0.6% | - |
| HSV(B) | 187.46º | 0.75% | 0.96% | - |
| XYZ | 44.95 | 60.42 | 96.48 | - |
| YUV | 177.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 246 | 0.75 | 0.09 | 0 | 0.04 | 187.46 | 0.91 | 0.6 |
| Hex | 3D | DF | F6 | 4B | 9 | 0 | 4 | BB | 5B | 3C |
| Octal | 75 | 337 | 366 | 113 | 11 | 0 | 4 | 273 | 133 | 74 |
| Binary | 111101 | 11011111 | 11110110 | 1001011 | 1001 | 0 | 100 | 10111011 | 1011011 | 111100 |
Color Harmonies of #3DDFF6
Complementary color
Monochromatic Colors of #3DDFF6
Black with #3DDFF6
Text Example
Text Example
White with #3DDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFF6; }
p { color: rgb(61,223,246); }
H1.HeaderClassName
{
color: #3DDFF6;
}
.AnyTagClassName
{
color: #3DDFF6;
}
</style>
background-color css
<style>
a { background-color: #3DDFF6; }
a { background-color: rgb(61,223,246); }
div.DivClassName
{
background-color: #3DDFF6;
}
.BgClassName
{
background-color: #3DDFF6;
}
</style>
border-color css
<style>
span { border-color: #3DDFF6; }
span { border-color: rgb(61,223,246); }
td.TdClassName
{
border-color: #3DDFF6;
}
.TagClassName
{
border-color: #3DDFF6;
}
</style>