Shades of Turquoise #3ADFBE
Tints of Turquoise #3ADFBE
RGB
CMYK
RGB Variations
Color information
#3ADFBE (or 0x3ADFBE) is known color: Turquoise. HEX triplet: 3A, DF and BE. RGB value is (58,223,190). Sum of RGB (Red+Green+Blue) = 58+223+190=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFBE is #C52041. Grayscale: #A9A9A9. Windows color (decimal): -12918850 or 12508986. OLE color: 12508986.
HSL color Cylindrical-coordinate representation of color #3ADFBE: hue angle of 168º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFBE is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 190 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.13 |
| HSL | 168º | 0.72% | 0.55% | - |
| HSV(B) | 168º | 0.74% | 0.87% | - |
| XYZ | 37.43 | 57.39 | 57.82 | - |
| YUV | 169.9 | 139.34 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 190 | 0.74 | 0 | 0.15 | 0.13 | 168 | 0.72 | 0.55 |
| Hex | 3A | DF | BE | 4A | 0 | F | D | A8 | 48 | 37 |
| Octal | 72 | 337 | 276 | 112 | 0 | 17 | 15 | 250 | 110 | 67 |
| Binary | 111010 | 11011111 | 10111110 | 1001010 | 0 | 1111 | 1101 | 10101000 | 1001000 | 110111 |
Color Harmonies of #3ADFBE
Complementary color
Monochromatic Colors of #3ADFBE
Black with #3ADFBE
Text Example
Text Example
White with #3ADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFBE; }
p { color: rgb(58,223,190); }
H1.HeaderClassName
{
color: #3ADFBE;
}
.AnyTagClassName
{
color: #3ADFBE;
}
</style>
background-color css
<style>
a { background-color: #3ADFBE; }
a { background-color: rgb(58,223,190); }
div.DivClassName
{
background-color: #3ADFBE;
}
.BgClassName
{
background-color: #3ADFBE;
}
</style>
border-color css
<style>
span { border-color: #3ADFBE; }
span { border-color: rgb(58,223,190); }
td.TdClassName
{
border-color: #3ADFBE;
}
.TagClassName
{
border-color: #3ADFBE;
}
</style>