Shades of Turquoise #3ADFF0
Tints of Turquoise #3ADFF0
RGB
CMYK
RGB Variations
Color information
#3ADFF0 (or 0x3ADFF0) is known color: Turquoise. HEX triplet: 3A, DF and F0. RGB value is (58,223,240). Sum of RGB (Red+Green+Blue) = 58+223+240=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #3ADFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFF0 is #C5200F. Grayscale: #AFAFAF. Windows color (decimal): -12918800 or 15785786. OLE color: 15785786.
HSL color Cylindrical-coordinate representation of color #3ADFF0: hue angle of 185.6º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADFF0 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 223 | 240 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.06 |
| HSL | 185.6º | 0.86% | 0.58% | - |
| HSV(B) | 185.6º | 0.76% | 0.94% | - |
| XYZ | 43.86 | 59.97 | 91.7 | - |
| YUV | 175.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 240 | 0.76 | 0.07 | 0 | 0.06 | 185.6 | 0.86 | 0.58 |
| Hex | 3A | DF | F0 | 4C | 7 | 0 | 6 | BA | 56 | 3A |
| Octal | 72 | 337 | 360 | 114 | 7 | 0 | 6 | 272 | 126 | 72 |
| Binary | 111010 | 11011111 | 11110000 | 1001100 | 111 | 0 | 110 | 10111010 | 1010110 | 111010 |
Color Harmonies of #3ADFF0
Complementary color
Monochromatic Colors of #3ADFF0
Black with #3ADFF0
Text Example
Text Example
White with #3ADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFF0; }
p { color: rgb(58,223,240); }
H1.HeaderClassName
{
color: #3ADFF0;
}
.AnyTagClassName
{
color: #3ADFF0;
}
</style>
background-color css
<style>
a { background-color: #3ADFF0; }
a { background-color: rgb(58,223,240); }
div.DivClassName
{
background-color: #3ADFF0;
}
.BgClassName
{
background-color: #3ADFF0;
}
</style>
border-color css
<style>
span { border-color: #3ADFF0; }
span { border-color: rgb(58,223,240); }
td.TdClassName
{
border-color: #3ADFF0;
}
.TagClassName
{
border-color: #3ADFF0;
}
</style>