Shades of Turquoise #3AF0FA
Tints of Turquoise #3AF0FA
RGB
CMYK
RGB Variations
Color information
#3AF0FA (or 0x3AF0FA) is known color: Turquoise. HEX triplet: 3A, F0 and FA. RGB value is (58,240,250). Sum of RGB (Red+Green+Blue) = 58+240+250=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AF0FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF0FA is #C50F05. Grayscale: #BABABA. Windows color (decimal): -12914438 or 16445498. OLE color: 16445498.
HSL color Cylindrical-coordinate representation of color #3AF0FA: hue angle of 183.12º 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 #3AF0FA is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 240 | 250 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.02 |
| HSL | 183.13º | 0.95% | 0.6% | - |
| HSV(B) | 183.13º | 0.77% | 0.98% | - |
| XYZ | 50.16 | 70.12 | 101.33 | - |
| YUV | 186.72 | 163.7 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 250 | 0.77 | 0.04 | 0 | 0.02 | 183.13 | 0.95 | 0.6 |
| Hex | 3A | F0 | FA | 4D | 4 | 0 | 2 | B7 | 5F | 3C |
| Octal | 72 | 360 | 372 | 115 | 4 | 0 | 2 | 267 | 137 | 74 |
| Binary | 111010 | 11110000 | 11111010 | 1001101 | 100 | 0 | 10 | 10110111 | 1011111 | 111100 |
Color Harmonies of #3AF0FA
Complementary color
Monochromatic Colors of #3AF0FA
Black with #3AF0FA
Text Example
Text Example
White with #3AF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF0FA; }
p { color: rgb(58,240,250); }
H1.HeaderClassName
{
color: #3AF0FA;
}
.AnyTagClassName
{
color: #3AF0FA;
}
</style>
background-color css
<style>
a { background-color: #3AF0FA; }
a { background-color: rgb(58,240,250); }
div.DivClassName
{
background-color: #3AF0FA;
}
.BgClassName
{
background-color: #3AF0FA;
}
</style>
border-color css
<style>
span { border-color: #3AF0FA; }
span { border-color: rgb(58,240,250); }
td.TdClassName
{
border-color: #3AF0FA;
}
.TagClassName
{
border-color: #3AF0FA;
}
</style>