Shades of Turquoise #3DEFFD
Tints of Turquoise #3DEFFD
RGB
CMYK
RGB Variations
Color information
#3DEFFD (or 0x3DEFFD) is known color: Turquoise. HEX triplet: 3D, EF and FD. RGB value is (61,239,253). Sum of RGB (Red+Green+Blue) = 61+239+253=553 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.03% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFFD is #C21002. Grayscale: #BBBBBB. Windows color (decimal): -12718083 or 16641853. OLE color: 16641853.
HSL color Cylindrical-coordinate representation of color #3DEFFD: hue angle of 184.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DEFFD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 239 | 253 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 184.38º | 0.98% | 0.62% | - |
| HSV(B) | 184.38º | 0.76% | 0.99% | - |
| XYZ | 50.52 | 69.82 | 103.74 | - |
| YUV | 187.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 253 | 0.76 | 0.06 | 0 | 0.01 | 184.38 | 0.98 | 0.62 |
| Hex | 3D | EF | FD | 4C | 6 | 0 | 1 | B8 | 62 | 3E |
| Octal | 75 | 357 | 375 | 114 | 6 | 0 | 1 | 270 | 142 | 76 |
| Binary | 111101 | 11101111 | 11111101 | 1001100 | 110 | 0 | 1 | 10111000 | 1100010 | 111110 |
Color Harmonies of #3DEFFD
Complementary color
Monochromatic Colors of #3DEFFD
Black with #3DEFFD
Text Example
Text Example
White with #3DEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFFD; }
p { color: rgb(61,239,253); }
H1.HeaderClassName
{
color: #3DEFFD;
}
.AnyTagClassName
{
color: #3DEFFD;
}
</style>
background-color css
<style>
a { background-color: #3DEFFD; }
a { background-color: rgb(61,239,253); }
div.DivClassName
{
background-color: #3DEFFD;
}
.BgClassName
{
background-color: #3DEFFD;
}
</style>
border-color css
<style>
span { border-color: #3DEFFD; }
span { border-color: rgb(61,239,253); }
td.TdClassName
{
border-color: #3DEFFD;
}
.TagClassName
{
border-color: #3DEFFD;
}
</style>