Shades of Turquoise #3ADFFD
Tints of Turquoise #3ADFFD
RGB
CMYK
RGB Variations
Color information
#3ADFFD (or 0x3ADFFD) is known color: Turquoise. HEX triplet: 3A, DF and FD. RGB value is (58,223,253). Sum of RGB (Red+Green+Blue) = 58+223+253=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #3ADFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFFD is #C52002. Grayscale: #B0B0B0. Windows color (decimal): -12918787 or 16637754. OLE color: 16637754.
HSL color Cylindrical-coordinate representation of color #3ADFFD: hue angle of 189.23º 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 #3ADFFD is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 223 | 253 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.01 |
| HSL | 189.23º | 0.98% | 0.61% | - |
| HSV(B) | 189.23º | 0.77% | 0.99% | - |
| XYZ | 45.86 | 60.77 | 102.24 | - |
| YUV | 177.09 | 170.84 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 253 | 0.77 | 0.12 | 0 | 0.01 | 189.23 | 0.98 | 0.61 |
| Hex | 3A | DF | FD | 4D | C | 0 | 1 | BD | 62 | 3D |
| Octal | 72 | 337 | 375 | 115 | 14 | 0 | 1 | 275 | 142 | 75 |
| Binary | 111010 | 11011111 | 11111101 | 1001101 | 1100 | 0 | 1 | 10111101 | 1100010 | 111101 |
Color Harmonies of #3ADFFD
Complementary color
Monochromatic Colors of #3ADFFD
Black with #3ADFFD
Text Example
Text Example
White with #3ADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFFD; }
p { color: rgb(58,223,253); }
H1.HeaderClassName
{
color: #3ADFFD;
}
.AnyTagClassName
{
color: #3ADFFD;
}
</style>
background-color css
<style>
a { background-color: #3ADFFD; }
a { background-color: rgb(58,223,253); }
div.DivClassName
{
background-color: #3ADFFD;
}
.BgClassName
{
background-color: #3ADFFD;
}
</style>
border-color css
<style>
span { border-color: #3ADFFD; }
span { border-color: rgb(58,223,253); }
td.TdClassName
{
border-color: #3ADFFD;
}
.TagClassName
{
border-color: #3ADFFD;
}
</style>