Shades of Turquoise #3AE7DF
Tints of Turquoise #3AE7DF
RGB
CMYK
RGB Variations
Color information
#3AE7DF (or 0x3AE7DF) is known color: Turquoise. HEX triplet: 3A, E7 and DF. RGB value is (58,231,223). Sum of RGB (Red+Green+Blue) = 58+231+223=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE7DF is #C51820. Grayscale: #B2B2B2. Windows color (decimal): -12916769 or 14673722. OLE color: 14673722.
HSL color Cylindrical-coordinate representation of color #3AE7DF: hue angle of 177.23º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE7DF is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 231 | 223 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.09 |
| HSL | 177.23º | 0.78% | 0.57% | - |
| HSV(B) | 177.23º | 0.75% | 0.91% | - |
| XYZ | 43.64 | 63.38 | 79.75 | - |
| YUV | 178.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 231 | 223 | 0.75 | 0 | 0.03 | 0.09 | 177.23 | 0.78 | 0.57 |
| Hex | 3A | E7 | DF | 4B | 0 | 3 | 9 | B1 | 4E | 39 |
| Octal | 72 | 347 | 337 | 113 | 0 | 3 | 11 | 261 | 116 | 71 |
| Binary | 111010 | 11100111 | 11011111 | 1001011 | 0 | 11 | 1001 | 10110001 | 1001110 | 111001 |
Color Harmonies of #3AE7DF
Complementary color
Monochromatic Colors of #3AE7DF
Black with #3AE7DF
Text Example
Text Example
White with #3AE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE7DF; }
p { color: rgb(58,231,223); }
H1.HeaderClassName
{
color: #3AE7DF;
}
.AnyTagClassName
{
color: #3AE7DF;
}
</style>
background-color css
<style>
a { background-color: #3AE7DF; }
a { background-color: rgb(58,231,223); }
div.DivClassName
{
background-color: #3AE7DF;
}
.BgClassName
{
background-color: #3AE7DF;
}
</style>
border-color css
<style>
span { border-color: #3AE7DF; }
span { border-color: rgb(58,231,223); }
td.TdClassName
{
border-color: #3AE7DF;
}
.TagClassName
{
border-color: #3AE7DF;
}
</style>