Shades of Turquoise #3DDFFD
Tints of Turquoise #3DDFFD
RGB
CMYK
RGB Variations
Color information
#3DDFFD (or 0x3DDFFD) is known color: Turquoise. HEX triplet: 3D, DF and FD. RGB value is (61,223,253). Sum of RGB (Red+Green+Blue) = 61+223+253=537 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.36% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFFD is #C22002. Grayscale: #B1B1B1. Windows color (decimal): -12722179 or 16637757. OLE color: 16637757.
HSL color Cylindrical-coordinate representation of color #3DDFFD: hue angle of 189.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 #3DDFFD is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 223 | 253 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.01 |
| HSL | 189.38º | 0.98% | 0.62% | - |
| HSV(B) | 189.38º | 0.76% | 0.99% | - |
| XYZ | 46.04 | 60.86 | 102.25 | - |
| YUV | 177.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 253 | 0.76 | 0.12 | 0 | 0.01 | 189.38 | 0.98 | 0.62 |
| Hex | 3D | DF | FD | 4C | C | 0 | 1 | BD | 62 | 3E |
| Octal | 75 | 337 | 375 | 114 | 14 | 0 | 1 | 275 | 142 | 76 |
| Binary | 111101 | 11011111 | 11111101 | 1001100 | 1100 | 0 | 1 | 10111101 | 1100010 | 111110 |
Color Harmonies of #3DDFFD
Complementary color
Monochromatic Colors of #3DDFFD
Black with #3DDFFD
Text Example
Text Example
White with #3DDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFFD; }
p { color: rgb(61,223,253); }
H1.HeaderClassName
{
color: #3DDFFD;
}
.AnyTagClassName
{
color: #3DDFFD;
}
</style>
background-color css
<style>
a { background-color: #3DDFFD; }
a { background-color: rgb(61,223,253); }
div.DivClassName
{
background-color: #3DDFFD;
}
.BgClassName
{
background-color: #3DDFFD;
}
</style>
border-color css
<style>
span { border-color: #3DDFFD; }
span { border-color: rgb(61,223,253); }
td.TdClassName
{
border-color: #3DDFFD;
}
.TagClassName
{
border-color: #3DDFFD;
}
</style>