Shades of Turquoise #3DEBFD
Tints of Turquoise #3DEBFD
RGB
CMYK
RGB Variations
Color information
#3DEBFD (or 0x3DEBFD) is known color: Turquoise. HEX triplet: 3D, EB and FD. RGB value is (61,235,253). Sum of RGB (Red+Green+Blue) = 61+235+253=549 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.11% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEBFD is #C21402. Grayscale: #B8B8B8. Windows color (decimal): -12719107 or 16640829. OLE color: 16640829.
HSL color Cylindrical-coordinate representation of color #3DEBFD: hue angle of 185.62º 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 #3DEBFD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 235 | 253 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.01 |
| HSL | 185.63º | 0.98% | 0.62% | - |
| HSV(B) | 185.63º | 0.76% | 0.99% | - |
| XYZ | 49.36 | 67.5 | 103.36 | - |
| YUV | 185.03 | 166.35 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 253 | 0.76 | 0.07 | 0 | 0.01 | 185.63 | 0.98 | 0.62 |
| Hex | 3D | EB | FD | 4C | 7 | 0 | 1 | BA | 62 | 3E |
| Octal | 75 | 353 | 375 | 114 | 7 | 0 | 1 | 272 | 142 | 76 |
| Binary | 111101 | 11101011 | 11111101 | 1001100 | 111 | 0 | 1 | 10111010 | 1100010 | 111110 |
Color Harmonies of #3DEBFD
Complementary color
Monochromatic Colors of #3DEBFD
Black with #3DEBFD
Text Example
Text Example
White with #3DEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBFD; }
p { color: rgb(61,235,253); }
H1.HeaderClassName
{
color: #3DEBFD;
}
.AnyTagClassName
{
color: #3DEBFD;
}
</style>
background-color css
<style>
a { background-color: #3DEBFD; }
a { background-color: rgb(61,235,253); }
div.DivClassName
{
background-color: #3DEBFD;
}
.BgClassName
{
background-color: #3DEBFD;
}
</style>
border-color css
<style>
span { border-color: #3DEBFD; }
span { border-color: rgb(61,235,253); }
td.TdClassName
{
border-color: #3DEBFD;
}
.TagClassName
{
border-color: #3DEBFD;
}
</style>