Shades of Turquoise #3AFBDF
Tints of Turquoise #3AFBDF
RGB
CMYK
RGB Variations
Color information
#3AFBDF (or 0x3AFBDF) is known color: Turquoise. HEX triplet: 3A, FB and DF. RGB value is (58,251,223). Sum of RGB (Red+Green+Blue) = 58+251+223=532 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.90% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBDF is #C50420. Grayscale: #BEBEBE. Windows color (decimal): -12911649 or 14678842. OLE color: 14678842.
HSL color Cylindrical-coordinate representation of color #3AFBDF: hue angle of 171.3º 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 #3AFBDF is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 223 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.02 |
| HSL | 171.3º | 0.96% | 0.61% | - |
| HSV(B) | 171.3º | 0.77% | 0.98% | - |
| XYZ | 49.56 | 75.22 | 81.72 | - |
| YUV | 190.1 | 146.56 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 223 | 0.77 | 0 | 0.11 | 0.02 | 171.3 | 0.96 | 0.61 |
| Hex | 3A | FB | DF | 4D | 0 | B | 2 | AB | 60 | 3D |
| Octal | 72 | 373 | 337 | 115 | 0 | 13 | 2 | 253 | 140 | 75 |
| Binary | 111010 | 11111011 | 11011111 | 1001101 | 0 | 1011 | 10 | 10101011 | 1100000 | 111101 |
Color Harmonies of #3AFBDF
Complementary color
Monochromatic Colors of #3AFBDF
Black with #3AFBDF
Text Example
Text Example
White with #3AFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBDF; }
p { color: rgb(58,251,223); }
H1.HeaderClassName
{
color: #3AFBDF;
}
.AnyTagClassName
{
color: #3AFBDF;
}
</style>
background-color css
<style>
a { background-color: #3AFBDF; }
a { background-color: rgb(58,251,223); }
div.DivClassName
{
background-color: #3AFBDF;
}
.BgClassName
{
background-color: #3AFBDF;
}
</style>
border-color css
<style>
span { border-color: #3AFBDF; }
span { border-color: rgb(58,251,223); }
td.TdClassName
{
border-color: #3AFBDF;
}
.TagClassName
{
border-color: #3AFBDF;
}
</style>