Shades of Turquoise #3AFBBD
Tints of Turquoise #3AFBBD
RGB
CMYK
RGB Variations
Color information
#3AFBBD (or 0x3AFBBD) is known color: Turquoise. HEX triplet: 3A, FB and BD. RGB value is (58,251,189). Sum of RGB (Red+Green+Blue) = 58+251+189=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBBD is #C50442. Grayscale: #BABABA. Windows color (decimal): -12911683 or 12450618. OLE color: 12450618.
HSL color Cylindrical-coordinate representation of color #3AFBBD: hue angle of 160.73º 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 #3AFBBD is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 189 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.02 |
| HSL | 160.73º | 0.96% | 0.61% | - |
| HSV(B) | 160.73º | 0.77% | 0.98% | - |
| XYZ | 45.43 | 73.57 | 59.95 | - |
| YUV | 186.23 | 129.56 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 189 | 0.77 | 0 | 0.25 | 0.02 | 160.73 | 0.96 | 0.61 |
| Hex | 3A | FB | BD | 4D | 0 | 19 | 2 | A1 | 60 | 3D |
| Octal | 72 | 373 | 275 | 115 | 0 | 31 | 2 | 241 | 140 | 75 |
| Binary | 111010 | 11111011 | 10111101 | 1001101 | 0 | 11001 | 10 | 10100001 | 1100000 | 111101 |
Color Harmonies of #3AFBBD
Complementary color
Monochromatic Colors of #3AFBBD
Black with #3AFBBD
Text Example
Text Example
White with #3AFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBBD; }
p { color: rgb(58,251,189); }
H1.HeaderClassName
{
color: #3AFBBD;
}
.AnyTagClassName
{
color: #3AFBBD;
}
</style>
background-color css
<style>
a { background-color: #3AFBBD; }
a { background-color: rgb(58,251,189); }
div.DivClassName
{
background-color: #3AFBBD;
}
.BgClassName
{
background-color: #3AFBBD;
}
</style>
border-color css
<style>
span { border-color: #3AFBBD; }
span { border-color: rgb(58,251,189); }
td.TdClassName
{
border-color: #3AFBBD;
}
.TagClassName
{
border-color: #3AFBBD;
}
</style>