Shades of Turquoise #3ADDFC
Tints of Turquoise #3ADDFC
RGB
CMYK
RGB Variations
Color information
#3ADDFC (or 0x3ADDFC) is known color: Turquoise. HEX triplet: 3A, DD and FC. RGB value is (58,221,252). Sum of RGB (Red+Green+Blue) = 58+221+252=531 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.92% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ADDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDFC is #C52203. Grayscale: #AFAFAF. Windows color (decimal): -12919300 or 16571706. OLE color: 16571706.
HSL color Cylindrical-coordinate representation of color #3ADDFC: hue angle of 189.59º degrees, saturation: 0.97, 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 #3ADDFC is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 221 | 252 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.01 |
| HSL | 189.59º | 0.97% | 0.61% | - |
| HSV(B) | 189.59º | 0.77% | 0.99% | - |
| XYZ | 45.17 | 59.64 | 101.23 | - |
| YUV | 175.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 252 | 0.77 | 0.12 | 0 | 0.01 | 189.59 | 0.97 | 0.61 |
| Hex | 3A | DD | FC | 4D | C | 0 | 1 | BE | 61 | 3D |
| Octal | 72 | 335 | 374 | 115 | 14 | 0 | 1 | 276 | 141 | 75 |
| Binary | 111010 | 11011101 | 11111100 | 1001101 | 1100 | 0 | 1 | 10111110 | 1100001 | 111101 |
Color Harmonies of #3ADDFC
Complementary color
Monochromatic Colors of #3ADDFC
Black with #3ADDFC
Text Example
Text Example
White with #3ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDFC; }
p { color: rgb(58,221,252); }
H1.HeaderClassName
{
color: #3ADDFC;
}
.AnyTagClassName
{
color: #3ADDFC;
}
</style>
background-color css
<style>
a { background-color: #3ADDFC; }
a { background-color: rgb(58,221,252); }
div.DivClassName
{
background-color: #3ADDFC;
}
.BgClassName
{
background-color: #3ADDFC;
}
</style>
border-color css
<style>
span { border-color: #3ADDFC; }
span { border-color: rgb(58,221,252); }
td.TdClassName
{
border-color: #3ADDFC;
}
.TagClassName
{
border-color: #3ADDFC;
}
</style>