Shades of Turquoise #3ADAFC
Tints of Turquoise #3ADAFC
RGB
CMYK
RGB Variations
Color information
#3ADAFC (or 0x3ADAFC) is known color: Turquoise. HEX triplet: 3A, DA and FC. RGB value is (58,218,252). Sum of RGB (Red+Green+Blue) = 58+218+252=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ADAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAFC is #C52503. Grayscale: #ADADAD. Windows color (decimal): -12920068 or 16570938. OLE color: 16570938.
HSL color Cylindrical-coordinate representation of color #3ADAFC: hue angle of 190.52º 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 #3ADAFC is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 218 | 252 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.01 |
| HSL | 190.52º | 0.97% | 0.61% | - |
| HSV(B) | 190.52º | 0.77% | 0.99% | - |
| XYZ | 44.39 | 58.07 | 100.96 | - |
| YUV | 174.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 252 | 0.77 | 0.13 | 0 | 0.01 | 190.52 | 0.97 | 0.61 |
| Hex | 3A | DA | FC | 4D | D | 0 | 1 | BF | 61 | 3D |
| Octal | 72 | 332 | 374 | 115 | 15 | 0 | 1 | 277 | 141 | 75 |
| Binary | 111010 | 11011010 | 11111100 | 1001101 | 1101 | 0 | 1 | 10111111 | 1100001 | 111101 |
Color Harmonies of #3ADAFC
Complementary color
Monochromatic Colors of #3ADAFC
Black with #3ADAFC
Text Example
Text Example
White with #3ADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAFC; }
p { color: rgb(58,218,252); }
H1.HeaderClassName
{
color: #3ADAFC;
}
.AnyTagClassName
{
color: #3ADAFC;
}
</style>
background-color css
<style>
a { background-color: #3ADAFC; }
a { background-color: rgb(58,218,252); }
div.DivClassName
{
background-color: #3ADAFC;
}
.BgClassName
{
background-color: #3ADAFC;
}
</style>
border-color css
<style>
span { border-color: #3ADAFC; }
span { border-color: rgb(58,218,252); }
td.TdClassName
{
border-color: #3ADAFC;
}
.TagClassName
{
border-color: #3ADAFC;
}
</style>