Shades of Turquoise #3AF1FF
Tints of Turquoise #3AF1FF
RGB
CMYK
RGB Variations
Color information
#3AF1FF (or 0x3AF1FF) is known color: Turquoise. HEX triplet: 3A, F1 and FF. RGB value is (58,241,255). Sum of RGB (Red+Green+Blue) = 58+241+255=554 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.47% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF1FF is #C50E00. Grayscale: #BBBBBB. Windows color (decimal): -12914177 or 16773434. OLE color: 16773434.
HSL color Cylindrical-coordinate representation of color #3AF1FF: hue angle of 184.26º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF1FF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 241 | 255 | - |
| CMYK | 0.77 | 0.05 | 0 | 0 |
| HSL | 184.26º | 1% | 0.61% | - |
| HSV(B) | 184.26º | 0.77% | 1% | - |
| XYZ | 51.25 | 71.03 | 105.62 | - |
| YUV | 187.88 | 165.87 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 255 | 0.77 | 0.05 | 0 | 0 | 184.26 | 1 | 0.61 |
| Hex | 3A | F1 | FF | 4D | 5 | 0 | 0 | B8 | 64 | 3D |
| Octal | 72 | 361 | 377 | 115 | 5 | 0 | 0 | 270 | 144 | 75 |
| Binary | 111010 | 11110001 | 11111111 | 1001101 | 101 | 0 | 0 | 10111000 | 1100100 | 111101 |
Color Harmonies of #3AF1FF
Complementary color
Monochromatic Colors of #3AF1FF
Black with #3AF1FF
Text Example
Text Example
White with #3AF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF1FF; }
p { color: rgb(58,241,255); }
H1.HeaderClassName
{
color: #3AF1FF;
}
.AnyTagClassName
{
color: #3AF1FF;
}
</style>
background-color css
<style>
a { background-color: #3AF1FF; }
a { background-color: rgb(58,241,255); }
div.DivClassName
{
background-color: #3AF1FF;
}
.BgClassName
{
background-color: #3AF1FF;
}
</style>
border-color css
<style>
span { border-color: #3AF1FF; }
span { border-color: rgb(58,241,255); }
td.TdClassName
{
border-color: #3AF1FF;
}
.TagClassName
{
border-color: #3AF1FF;
}
</style>