Shades of Turquoise #3ADBFD
Tints of Turquoise #3ADBFD
RGB
CMYK
RGB Variations
Color information
#3ADBFD (or 0x3ADBFD) is known color: Turquoise. HEX triplet: 3A, DB and FD. RGB value is (58,219,253). Sum of RGB (Red+Green+Blue) = 58+219+253=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #3ADBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBFD is #C52402. Grayscale: #AEAEAE. Windows color (decimal): -12919811 or 16636730. OLE color: 16636730.
HSL color Cylindrical-coordinate representation of color #3ADBFD: hue angle of 190.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADBFD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 219 | 253 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.01 |
| HSL | 190.46º | 0.98% | 0.61% | - |
| HSV(B) | 190.46º | 0.77% | 0.99% | - |
| XYZ | 44.81 | 58.65 | 101.89 | - |
| YUV | 174.74 | 172.16 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 253 | 0.77 | 0.13 | 0 | 0.01 | 190.46 | 0.98 | 0.61 |
| Hex | 3A | DB | FD | 4D | D | 0 | 1 | BE | 62 | 3D |
| Octal | 72 | 333 | 375 | 115 | 15 | 0 | 1 | 276 | 142 | 75 |
| Binary | 111010 | 11011011 | 11111101 | 1001101 | 1101 | 0 | 1 | 10111110 | 1100010 | 111101 |
Color Harmonies of #3ADBFD
Complementary color
Monochromatic Colors of #3ADBFD
Black with #3ADBFD
Text Example
Text Example
White with #3ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBFD; }
p { color: rgb(58,219,253); }
H1.HeaderClassName
{
color: #3ADBFD;
}
.AnyTagClassName
{
color: #3ADBFD;
}
</style>
background-color css
<style>
a { background-color: #3ADBFD; }
a { background-color: rgb(58,219,253); }
div.DivClassName
{
background-color: #3ADBFD;
}
.BgClassName
{
background-color: #3ADBFD;
}
</style>
border-color css
<style>
span { border-color: #3ADBFD; }
span { border-color: rgb(58,219,253); }
td.TdClassName
{
border-color: #3ADBFD;
}
.TagClassName
{
border-color: #3ADBFD;
}
</style>