Shades of Turquoise #3ADDFF
Tints of Turquoise #3ADDFF
RGB
CMYK
RGB Variations
Color information
#3ADDFF (or 0x3ADDFF) is known color: Turquoise. HEX triplet: 3A, DD and FF. RGB value is (58,221,255). Sum of RGB (Red+Green+Blue) = 58+221+255=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ADDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDFF is #C52200. Grayscale: #AFAFAF. Windows color (decimal): -12919297 or 16768314. OLE color: 16768314.
HSL color Cylindrical-coordinate representation of color #3ADDFF: hue angle of 190.36º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADDFF is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 221 | 255 | - |
| CMYK | 0.77 | 0.13 | 0 | 0 |
| HSL | 190.36º | 1% | 0.61% | - |
| HSV(B) | 190.36º | 0.77% | 1% | - |
| XYZ | 45.65 | 59.83 | 103.75 | - |
| YUV | 176.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 255 | 0.77 | 0.13 | 0 | 0 | 190.36 | 1 | 0.61 |
| Hex | 3A | DD | FF | 4D | D | 0 | 0 | BE | 64 | 3D |
| Octal | 72 | 335 | 377 | 115 | 15 | 0 | 0 | 276 | 144 | 75 |
| Binary | 111010 | 11011101 | 11111111 | 1001101 | 1101 | 0 | 0 | 10111110 | 1100100 | 111101 |
Color Harmonies of #3ADDFF
Complementary color
Monochromatic Colors of #3ADDFF
Black with #3ADDFF
Text Example
Text Example
White with #3ADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDFF; }
p { color: rgb(58,221,255); }
H1.HeaderClassName
{
color: #3ADDFF;
}
.AnyTagClassName
{
color: #3ADDFF;
}
</style>
background-color css
<style>
a { background-color: #3ADDFF; }
a { background-color: rgb(58,221,255); }
div.DivClassName
{
background-color: #3ADDFF;
}
.BgClassName
{
background-color: #3ADDFF;
}
</style>
border-color css
<style>
span { border-color: #3ADDFF; }
span { border-color: rgb(58,221,255); }
td.TdClassName
{
border-color: #3ADDFF;
}
.TagClassName
{
border-color: #3ADDFF;
}
</style>