Shades of Turquoise #3AFBE5
Tints of Turquoise #3AFBE5
RGB
CMYK
RGB Variations
Color information
#3AFBE5 (or 0x3AFBE5) is known color: Turquoise. HEX triplet: 3A, FB and E5. RGB value is (58,251,229). Sum of RGB (Red+Green+Blue) = 58+251+229=538 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.78% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBE5 is #C5041A. Grayscale: #BEBEBE. Windows color (decimal): -12911643 or 15072058. OLE color: 15072058.
HSL color Cylindrical-coordinate representation of color #3AFBE5: hue angle of 173.16º 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 #3AFBE5 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 229 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.02 |
| HSL | 173.16º | 0.96% | 0.61% | - |
| HSV(B) | 173.16º | 0.77% | 0.98% | - |
| XYZ | 50.38 | 75.55 | 86.06 | - |
| YUV | 190.79 | 149.56 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 229 | 0.77 | 0 | 0.09 | 0.02 | 173.16 | 0.96 | 0.61 |
| Hex | 3A | FB | E5 | 4D | 0 | 9 | 2 | AD | 60 | 3D |
| Octal | 72 | 373 | 345 | 115 | 0 | 11 | 2 | 255 | 140 | 75 |
| Binary | 111010 | 11111011 | 11100101 | 1001101 | 0 | 1001 | 10 | 10101101 | 1100000 | 111101 |
Color Harmonies of #3AFBE5
Complementary color
Monochromatic Colors of #3AFBE5
Black with #3AFBE5
Text Example
Text Example
White with #3AFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBE5; }
p { color: rgb(58,251,229); }
H1.HeaderClassName
{
color: #3AFBE5;
}
.AnyTagClassName
{
color: #3AFBE5;
}
</style>
background-color css
<style>
a { background-color: #3AFBE5; }
a { background-color: rgb(58,251,229); }
div.DivClassName
{
background-color: #3AFBE5;
}
.BgClassName
{
background-color: #3AFBE5;
}
</style>
border-color css
<style>
span { border-color: #3AFBE5; }
span { border-color: rgb(58,251,229); }
td.TdClassName
{
border-color: #3AFBE5;
}
.TagClassName
{
border-color: #3AFBE5;
}
</style>