Shades of Turquoise #3AF8FA
Tints of Turquoise #3AF8FA
RGB
CMYK
RGB Variations
Color information
#3AF8FA (or 0x3AF8FA) is known color: Turquoise. HEX triplet: 3A, F8 and FA. RGB value is (58,248,250). Sum of RGB (Red+Green+Blue) = 58+248+250=556 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.43% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AF8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF8FA is #C50705. Grayscale: #BFBFBF. Windows color (decimal): -12912390 or 16447546. OLE color: 16447546.
HSL color Cylindrical-coordinate representation of color #3AF8FA: hue angle of 180.62º degrees, saturation: 0.95, 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 #3AF8FA is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 248 | 250 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.02 |
| HSL | 180.63º | 0.95% | 0.6% | - |
| HSV(B) | 180.63º | 0.77% | 0.98% | - |
| XYZ | 52.57 | 74.94 | 102.14 | - |
| YUV | 191.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 250 | 0.77 | 0.01 | 0 | 0.02 | 180.63 | 0.95 | 0.6 |
| Hex | 3A | F8 | FA | 4D | 1 | 0 | 2 | B5 | 5F | 3C |
| Octal | 72 | 370 | 372 | 115 | 1 | 0 | 2 | 265 | 137 | 74 |
| Binary | 111010 | 11111000 | 11111010 | 1001101 | 1 | 0 | 10 | 10110101 | 1011111 | 111100 |
Color Harmonies of #3AF8FA
Complementary color
Monochromatic Colors of #3AF8FA
Black with #3AF8FA
Text Example
Text Example
White with #3AF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF8FA; }
p { color: rgb(58,248,250); }
H1.HeaderClassName
{
color: #3AF8FA;
}
.AnyTagClassName
{
color: #3AF8FA;
}
</style>
background-color css
<style>
a { background-color: #3AF8FA; }
a { background-color: rgb(58,248,250); }
div.DivClassName
{
background-color: #3AF8FA;
}
.BgClassName
{
background-color: #3AF8FA;
}
</style>
border-color css
<style>
span { border-color: #3AF8FA; }
span { border-color: rgb(58,248,250); }
td.TdClassName
{
border-color: #3AF8FA;
}
.TagClassName
{
border-color: #3AF8FA;
}
</style>