Shades of Turquoise #3AF4FF
Tints of Turquoise #3AF4FF
RGB
CMYK
RGB Variations
Color information
#3AF4FF (or 0x3AF4FF) is known color: Turquoise. HEX triplet: 3A, F4 and FF. RGB value is (58,244,255). Sum of RGB (Red+Green+Blue) = 58+244+255=557 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.41% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF4FF is #C50B00. Grayscale: #BDBDBD. Windows color (decimal): -12913409 or 16774202. OLE color: 16774202.
HSL color Cylindrical-coordinate representation of color #3AF4FF: hue angle of 183.35º 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 #3AF4FF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 244 | 255 | - |
| CMYK | 0.77 | 0.04 | 0 | 0 |
| HSL | 183.35º | 1% | 0.61% | - |
| HSV(B) | 183.35º | 0.77% | 1% | - |
| XYZ | 52.15 | 72.82 | 105.92 | - |
| YUV | 189.64 | 164.88 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 255 | 0.77 | 0.04 | 0 | 0 | 183.35 | 1 | 0.61 |
| Hex | 3A | F4 | FF | 4D | 4 | 0 | 0 | B7 | 64 | 3D |
| Octal | 72 | 364 | 377 | 115 | 4 | 0 | 0 | 267 | 144 | 75 |
| Binary | 111010 | 11110100 | 11111111 | 1001101 | 100 | 0 | 0 | 10110111 | 1100100 | 111101 |
Color Harmonies of #3AF4FF
Complementary color
Monochromatic Colors of #3AF4FF
Black with #3AF4FF
Text Example
Text Example
White with #3AF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF4FF; }
p { color: rgb(58,244,255); }
H1.HeaderClassName
{
color: #3AF4FF;
}
.AnyTagClassName
{
color: #3AF4FF;
}
</style>
background-color css
<style>
a { background-color: #3AF4FF; }
a { background-color: rgb(58,244,255); }
div.DivClassName
{
background-color: #3AF4FF;
}
.BgClassName
{
background-color: #3AF4FF;
}
</style>
border-color css
<style>
span { border-color: #3AF4FF; }
span { border-color: rgb(58,244,255); }
td.TdClassName
{
border-color: #3AF4FF;
}
.TagClassName
{
border-color: #3AF4FF;
}
</style>