Shades of Turquoise #3AF8CE
Tints of Turquoise #3AF8CE
RGB
CMYK
RGB Variations
Color information
#3AF8CE (or 0x3AF8CE) is known color: Turquoise. HEX triplet: 3A, F8 and CE. RGB value is (58,248,206). Sum of RGB (Red+Green+Blue) = 58+248+206=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8CE is #C50731. Grayscale: #BABABA. Windows color (decimal): -12912434 or 13563962. OLE color: 13563962.
HSL color Cylindrical-coordinate representation of color #3AF8CE: hue angle of 166.74º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF8CE is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 206 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.03 |
| HSL | 166.74º | 0.93% | 0.6% | - |
| HSV(B) | 166.74º | 0.77% | 0.97% | - |
| XYZ | 46.45 | 72.49 | 69.94 | - |
| YUV | 186.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 206 | 0.77 | 0 | 0.17 | 0.03 | 166.74 | 0.93 | 0.6 |
| Hex | 3A | F8 | CE | 4D | 0 | 11 | 3 | A7 | 5D | 3C |
| Octal | 72 | 370 | 316 | 115 | 0 | 21 | 3 | 247 | 135 | 74 |
| Binary | 111010 | 11111000 | 11001110 | 1001101 | 0 | 10001 | 11 | 10100111 | 1011101 | 111100 |
Color Harmonies of #3AF8CE
Complementary color
Monochromatic Colors of #3AF8CE
Black with #3AF8CE
Text Example
Text Example
White with #3AF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8CE; }
p { color: rgb(58,248,206); }
H1.HeaderClassName
{
color: #3AF8CE;
}
.AnyTagClassName
{
color: #3AF8CE;
}
</style>
background-color css
<style>
a { background-color: #3AF8CE; }
a { background-color: rgb(58,248,206); }
div.DivClassName
{
background-color: #3AF8CE;
}
.BgClassName
{
background-color: #3AF8CE;
}
</style>
border-color css
<style>
span { border-color: #3AF8CE; }
span { border-color: rgb(58,248,206); }
td.TdClassName
{
border-color: #3AF8CE;
}
.TagClassName
{
border-color: #3AF8CE;
}
</style>