Shades of Turquoise #3DEEFD
Tints of Turquoise #3DEEFD
RGB
CMYK
RGB Variations
Color information
#3DEEFD (or 0x3DEEFD) is known color: Turquoise. HEX triplet: 3D, EE and FD. RGB value is (61,238,253). Sum of RGB (Red+Green+Blue) = 61+238+253=552 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.05% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEEFD is #C21102. Grayscale: #BABABA. Windows color (decimal): -12718339 or 16641597. OLE color: 16641597.
HSL color Cylindrical-coordinate representation of color #3DEEFD: hue angle of 184.69º 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 #3DEEFD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 238 | 253 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 184.69º | 0.98% | 0.62% | - |
| HSV(B) | 184.69º | 0.76% | 0.99% | - |
| XYZ | 50.23 | 69.23 | 103.64 | - |
| YUV | 186.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 253 | 0.76 | 0.06 | 0 | 0.01 | 184.69 | 0.98 | 0.62 |
| Hex | 3D | EE | FD | 4C | 6 | 0 | 1 | B9 | 62 | 3E |
| Octal | 75 | 356 | 375 | 114 | 6 | 0 | 1 | 271 | 142 | 76 |
| Binary | 111101 | 11101110 | 11111101 | 1001100 | 110 | 0 | 1 | 10111001 | 1100010 | 111110 |
Color Harmonies of #3DEEFD
Complementary color
Monochromatic Colors of #3DEEFD
Black with #3DEEFD
Text Example
Text Example
White with #3DEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEFD; }
p { color: rgb(61,238,253); }
H1.HeaderClassName
{
color: #3DEEFD;
}
.AnyTagClassName
{
color: #3DEEFD;
}
</style>
background-color css
<style>
a { background-color: #3DEEFD; }
a { background-color: rgb(61,238,253); }
div.DivClassName
{
background-color: #3DEEFD;
}
.BgClassName
{
background-color: #3DEEFD;
}
</style>
border-color css
<style>
span { border-color: #3DEEFD; }
span { border-color: rgb(61,238,253); }
td.TdClassName
{
border-color: #3DEEFD;
}
.TagClassName
{
border-color: #3DEEFD;
}
</style>