Shades of Turquoise #3AE1DF
Tints of Turquoise #3AE1DF
RGB
CMYK
RGB Variations
Color information
#3AE1DF (or 0x3AE1DF) is known color: Turquoise. HEX triplet: 3A, E1 and DF. RGB value is (58,225,223). Sum of RGB (Red+Green+Blue) = 58+225+223=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE1DF is #C51E20. Grayscale: #AEAEAE. Windows color (decimal): -12918305 or 14672186. OLE color: 14672186.
HSL color Cylindrical-coordinate representation of color #3AE1DF: hue angle of 179.28º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE1DF is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 225 | 223 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.12 |
| HSL | 179.28º | 0.74% | 0.55% | - |
| HSV(B) | 179.28º | 0.74% | 0.88% | - |
| XYZ | 41.99 | 60.08 | 79.2 | - |
| YUV | 174.84 | 155.17 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 225 | 223 | 0.74 | 0 | 0.01 | 0.12 | 179.28 | 0.74 | 0.55 |
| Hex | 3A | E1 | DF | 4A | 0 | 1 | C | B3 | 4A | 37 |
| Octal | 72 | 341 | 337 | 112 | 0 | 1 | 14 | 263 | 112 | 67 |
| Binary | 111010 | 11100001 | 11011111 | 1001010 | 0 | 1 | 1100 | 10110011 | 1001010 | 110111 |
Color Harmonies of #3AE1DF
Complementary color
Monochromatic Colors of #3AE1DF
Black with #3AE1DF
Text Example
Text Example
White with #3AE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE1DF; }
p { color: rgb(58,225,223); }
H1.HeaderClassName
{
color: #3AE1DF;
}
.AnyTagClassName
{
color: #3AE1DF;
}
</style>
background-color css
<style>
a { background-color: #3AE1DF; }
a { background-color: rgb(58,225,223); }
div.DivClassName
{
background-color: #3AE1DF;
}
.BgClassName
{
background-color: #3AE1DF;
}
</style>
border-color css
<style>
span { border-color: #3AE1DF; }
span { border-color: rgb(58,225,223); }
td.TdClassName
{
border-color: #3AE1DF;
}
.TagClassName
{
border-color: #3AE1DF;
}
</style>