Shades of Turquoise #3DF9EF
Tints of Turquoise #3DF9EF
RGB
CMYK
RGB Variations
Color information
#3DF9EF (or 0x3DF9EF) is known color: Turquoise. HEX triplet: 3D, F9 and EF. RGB value is (61,249,239). Sum of RGB (Red+Green+Blue) = 61+249+239=549 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.11% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF9EF is #C20610. Grayscale: #BFBFBF. Windows color (decimal): -12715537 or 15726909. OLE color: 15726909.
HSL color Cylindrical-coordinate representation of color #3DF9EF: hue angle of 176.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9EF is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 239 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.02 |
| HSL | 176.81º | 0.94% | 0.61% | - |
| HSV(B) | 176.81º | 0.76% | 0.98% | - |
| XYZ | 51.38 | 74.98 | 93.43 | - |
| YUV | 191.65 | 154.72 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 239 | 0.76 | 0 | 0.04 | 0.02 | 176.81 | 0.94 | 0.61 |
| Hex | 3D | F9 | EF | 4C | 0 | 4 | 2 | B1 | 5E | 3D |
| Octal | 75 | 371 | 357 | 114 | 0 | 4 | 2 | 261 | 136 | 75 |
| Binary | 111101 | 11111001 | 11101111 | 1001100 | 0 | 100 | 10 | 10110001 | 1011110 | 111101 |
Color Harmonies of #3DF9EF
Complementary color
Monochromatic Colors of #3DF9EF
Black with #3DF9EF
Text Example
Text Example
White with #3DF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9EF; }
p { color: rgb(61,249,239); }
H1.HeaderClassName
{
color: #3DF9EF;
}
.AnyTagClassName
{
color: #3DF9EF;
}
</style>
background-color css
<style>
a { background-color: #3DF9EF; }
a { background-color: rgb(61,249,239); }
div.DivClassName
{
background-color: #3DF9EF;
}
.BgClassName
{
background-color: #3DF9EF;
}
</style>
border-color css
<style>
span { border-color: #3DF9EF; }
span { border-color: rgb(61,249,239); }
td.TdClassName
{
border-color: #3DF9EF;
}
.TagClassName
{
border-color: #3DF9EF;
}
</style>