Shades of Turquoise #3ADAFE
Tints of Turquoise #3ADAFE
RGB
CMYK
RGB Variations
Color information
#3ADAFE (or 0x3ADAFE) is known color: Turquoise. HEX triplet: 3A, DA and FE. RGB value is (58,218,254). Sum of RGB (Red+Green+Blue) = 58+218+254=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ADAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAFE is #C52501. Grayscale: #ADADAD. Windows color (decimal): -12920066 or 16702010. OLE color: 16702010.
HSL color Cylindrical-coordinate representation of color #3ADAFE: hue angle of 191.02º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADAFE is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 218 | 254 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.00 |
| HSL | 191.02º | 0.99% | 0.61% | - |
| HSV(B) | 191.02º | 0.77% | 1% | - |
| XYZ | 44.71 | 58.2 | 102.64 | - |
| YUV | 174.26 | 172.99 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 254 | 0.77 | 0.14 | 0 | 0.00 | 191.02 | 0.99 | 0.61 |
| Hex | 3A | DA | FE | 4D | E | 0 | 0 | BF | 63 | 3D |
| Octal | 72 | 332 | 376 | 115 | 16 | 0 | 0 | 277 | 143 | 75 |
| Binary | 111010 | 11011010 | 11111110 | 1001101 | 1110 | 0 | 0 | 10111111 | 1100011 | 111101 |
Color Harmonies of #3ADAFE
Complementary color
Monochromatic Colors of #3ADAFE
Black with #3ADAFE
Text Example
Text Example
White with #3ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAFE; }
p { color: rgb(58,218,254); }
H1.HeaderClassName
{
color: #3ADAFE;
}
.AnyTagClassName
{
color: #3ADAFE;
}
</style>
background-color css
<style>
a { background-color: #3ADAFE; }
a { background-color: rgb(58,218,254); }
div.DivClassName
{
background-color: #3ADAFE;
}
.BgClassName
{
background-color: #3ADAFE;
}
</style>
border-color css
<style>
span { border-color: #3ADAFE; }
span { border-color: rgb(58,218,254); }
td.TdClassName
{
border-color: #3ADAFE;
}
.TagClassName
{
border-color: #3ADAFE;
}
</style>