Shades of Turquoise #3AF2FF
Tints of Turquoise #3AF2FF
RGB
CMYK
RGB Variations
Color information
#3AF2FF (or 0x3AF2FF) is known color: Turquoise. HEX triplet: 3A, F2 and FF. RGB value is (58,242,255). Sum of RGB (Red+Green+Blue) = 58+242+255=555 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.45% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF2FF is #C50D00. Grayscale: #BCBCBC. Windows color (decimal): -12913921 or 16773690. OLE color: 16773690.
HSL color Cylindrical-coordinate representation of color #3AF2FF: hue angle of 183.96º 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 #3AF2FF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 242 | 255 | - |
| CMYK | 0.77 | 0.05 | 0 | 0 |
| HSL | 183.96º | 1% | 0.61% | - |
| HSV(B) | 183.96º | 0.77% | 1% | - |
| XYZ | 51.55 | 71.62 | 105.72 | - |
| YUV | 188.47 | 165.54 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 255 | 0.77 | 0.05 | 0 | 0 | 183.96 | 1 | 0.61 |
| Hex | 3A | F2 | FF | 4D | 5 | 0 | 0 | B8 | 64 | 3D |
| Octal | 72 | 362 | 377 | 115 | 5 | 0 | 0 | 270 | 144 | 75 |
| Binary | 111010 | 11110010 | 11111111 | 1001101 | 101 | 0 | 0 | 10111000 | 1100100 | 111101 |
Color Harmonies of #3AF2FF
Complementary color
Monochromatic Colors of #3AF2FF
Black with #3AF2FF
Text Example
Text Example
White with #3AF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF2FF; }
p { color: rgb(58,242,255); }
H1.HeaderClassName
{
color: #3AF2FF;
}
.AnyTagClassName
{
color: #3AF2FF;
}
</style>
background-color css
<style>
a { background-color: #3AF2FF; }
a { background-color: rgb(58,242,255); }
div.DivClassName
{
background-color: #3AF2FF;
}
.BgClassName
{
background-color: #3AF2FF;
}
</style>
border-color css
<style>
span { border-color: #3AF2FF; }
span { border-color: rgb(58,242,255); }
td.TdClassName
{
border-color: #3AF2FF;
}
.TagClassName
{
border-color: #3AF2FF;
}
</style>