Shades of Turquoise #3ADFFF
Tints of Turquoise #3ADFFF
RGB
CMYK
RGB Variations
Color information
#3ADFFF (or 0x3ADFFF) is known color: Turquoise. HEX triplet: 3A, DF and FF. RGB value is (58,223,255). Sum of RGB (Red+Green+Blue) = 58+223+255=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ADFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFFF is #C52000. Grayscale: #B1B1B1. Windows color (decimal): -12918785 or 16768826. OLE color: 16768826.
HSL color Cylindrical-coordinate representation of color #3ADFFF: hue angle of 189.75º 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 #3ADFFF is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 223 | 255 | - |
| CMYK | 0.77 | 0.13 | 0 | 0 |
| HSL | 189.75º | 1% | 0.61% | - |
| HSV(B) | 189.75º | 0.77% | 1% | - |
| XYZ | 46.18 | 60.89 | 103.93 | - |
| YUV | 177.31 | 171.84 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 255 | 0.77 | 0.13 | 0 | 0 | 189.75 | 1 | 0.61 |
| Hex | 3A | DF | FF | 4D | D | 0 | 0 | BE | 64 | 3D |
| Octal | 72 | 337 | 377 | 115 | 15 | 0 | 0 | 276 | 144 | 75 |
| Binary | 111010 | 11011111 | 11111111 | 1001101 | 1101 | 0 | 0 | 10111110 | 1100100 | 111101 |
Color Harmonies of #3ADFFF
Complementary color
Monochromatic Colors of #3ADFFF
Black with #3ADFFF
Text Example
Text Example
White with #3ADFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFFF; }
p { color: rgb(58,223,255); }
H1.HeaderClassName
{
color: #3ADFFF;
}
.AnyTagClassName
{
color: #3ADFFF;
}
</style>
background-color css
<style>
a { background-color: #3ADFFF; }
a { background-color: rgb(58,223,255); }
div.DivClassName
{
background-color: #3ADFFF;
}
.BgClassName
{
background-color: #3ADFFF;
}
</style>
border-color css
<style>
span { border-color: #3ADFFF; }
span { border-color: rgb(58,223,255); }
td.TdClassName
{
border-color: #3ADFFF;
}
.TagClassName
{
border-color: #3ADFFF;
}
</style>