Shades of Turquoise #3AFBE0
Tints of Turquoise #3AFBE0
RGB
CMYK
RGB Variations
Color information
#3AFBE0 (or 0x3AFBE0) is known color: Turquoise. HEX triplet: 3A, FB and E0. RGB value is (58,251,224). Sum of RGB (Red+Green+Blue) = 58+251+224=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBE0 is #C5041F. Grayscale: #BEBEBE. Windows color (decimal): -12911648 or 14744378. OLE color: 14744378.
HSL color Cylindrical-coordinate representation of color #3AFBE0: hue angle of 171.61º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBE0 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 224 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.02 |
| HSL | 171.61º | 0.96% | 0.61% | - |
| HSV(B) | 171.61º | 0.77% | 0.98% | - |
| XYZ | 49.7 | 75.28 | 82.43 | - |
| YUV | 190.22 | 147.06 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 224 | 0.77 | 0 | 0.11 | 0.02 | 171.61 | 0.96 | 0.61 |
| Hex | 3A | FB | E0 | 4D | 0 | B | 2 | AC | 60 | 3D |
| Octal | 72 | 373 | 340 | 115 | 0 | 13 | 2 | 254 | 140 | 75 |
| Binary | 111010 | 11111011 | 11100000 | 1001101 | 0 | 1011 | 10 | 10101100 | 1100000 | 111101 |
Color Harmonies of #3AFBE0
Complementary color
Monochromatic Colors of #3AFBE0
Black with #3AFBE0
Text Example
Text Example
White with #3AFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBE0; }
p { color: rgb(58,251,224); }
H1.HeaderClassName
{
color: #3AFBE0;
}
.AnyTagClassName
{
color: #3AFBE0;
}
</style>
background-color css
<style>
a { background-color: #3AFBE0; }
a { background-color: rgb(58,251,224); }
div.DivClassName
{
background-color: #3AFBE0;
}
.BgClassName
{
background-color: #3AFBE0;
}
</style>
border-color css
<style>
span { border-color: #3AFBE0; }
span { border-color: rgb(58,251,224); }
td.TdClassName
{
border-color: #3AFBE0;
}
.TagClassName
{
border-color: #3AFBE0;
}
</style>