Shades of Turquoise #3ADFEF
Tints of Turquoise #3ADFEF
RGB
CMYK
RGB Variations
Color information
#3ADFEF (or 0x3ADFEF) is known color: Turquoise. HEX triplet: 3A, DF and EF. RGB value is (58,223,239). Sum of RGB (Red+Green+Blue) = 58+223+239=520 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.15% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ADFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFEF is #C52010. Grayscale: #AFAFAF. Windows color (decimal): -12918801 or 15720250. OLE color: 15720250.
HSL color Cylindrical-coordinate representation of color #3ADFEF: hue angle of 185.3º degrees, saturation: 0.85, 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 #3ADFEF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 223 | 239 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.06 |
| HSL | 185.3º | 0.85% | 0.58% | - |
| HSV(B) | 185.3º | 0.76% | 0.94% | - |
| XYZ | 43.71 | 59.91 | 90.92 | - |
| YUV | 175.49 | 163.84 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 239 | 0.76 | 0.07 | 0 | 0.06 | 185.3 | 0.85 | 0.58 |
| Hex | 3A | DF | EF | 4C | 7 | 0 | 6 | B9 | 55 | 3A |
| Octal | 72 | 337 | 357 | 114 | 7 | 0 | 6 | 271 | 125 | 72 |
| Binary | 111010 | 11011111 | 11101111 | 1001100 | 111 | 0 | 110 | 10111001 | 1010101 | 111010 |
Color Harmonies of #3ADFEF
Complementary color
Monochromatic Colors of #3ADFEF
Black with #3ADFEF
Text Example
Text Example
White with #3ADFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFEF; }
p { color: rgb(58,223,239); }
H1.HeaderClassName
{
color: #3ADFEF;
}
.AnyTagClassName
{
color: #3ADFEF;
}
</style>
background-color css
<style>
a { background-color: #3ADFEF; }
a { background-color: rgb(58,223,239); }
div.DivClassName
{
background-color: #3ADFEF;
}
.BgClassName
{
background-color: #3ADFEF;
}
</style>
border-color css
<style>
span { border-color: #3ADFEF; }
span { border-color: rgb(58,223,239); }
td.TdClassName
{
border-color: #3ADFEF;
}
.TagClassName
{
border-color: #3ADFEF;
}
</style>