Shades of Turquoise #3AF9CE
Tints of Turquoise #3AF9CE
RGB
CMYK
RGB Variations
Color information
#3AF9CE (or 0x3AF9CE) is known color: Turquoise. HEX triplet: 3A, F9 and CE. RGB value is (58,249,206). Sum of RGB (Red+Green+Blue) = 58+249+206=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9CE is #C50631. Grayscale: #BABABA. Windows color (decimal): -12912178 or 13564218. OLE color: 13564218.
HSL color Cylindrical-coordinate representation of color #3AF9CE: hue angle of 166.49º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF9CE is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 206 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.02 |
| HSL | 166.49º | 0.94% | 0.6% | - |
| HSV(B) | 166.49º | 0.77% | 0.98% | - |
| XYZ | 46.76 | 73.11 | 70.04 | - |
| YUV | 186.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 206 | 0.77 | 0 | 0.17 | 0.02 | 166.49 | 0.94 | 0.6 |
| Hex | 3A | F9 | CE | 4D | 0 | 11 | 2 | A6 | 5E | 3C |
| Octal | 72 | 371 | 316 | 115 | 0 | 21 | 2 | 246 | 136 | 74 |
| Binary | 111010 | 11111001 | 11001110 | 1001101 | 0 | 10001 | 10 | 10100110 | 1011110 | 111100 |
Color Harmonies of #3AF9CE
Complementary color
Monochromatic Colors of #3AF9CE
Black with #3AF9CE
Text Example
Text Example
White with #3AF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9CE; }
p { color: rgb(58,249,206); }
H1.HeaderClassName
{
color: #3AF9CE;
}
.AnyTagClassName
{
color: #3AF9CE;
}
</style>
background-color css
<style>
a { background-color: #3AF9CE; }
a { background-color: rgb(58,249,206); }
div.DivClassName
{
background-color: #3AF9CE;
}
.BgClassName
{
background-color: #3AF9CE;
}
</style>
border-color css
<style>
span { border-color: #3AF9CE; }
span { border-color: rgb(58,249,206); }
td.TdClassName
{
border-color: #3AF9CE;
}
.TagClassName
{
border-color: #3AF9CE;
}
</style>